pyBegin / projects / character-picture-grid
🖼️

Character Picture Grid

A small utility that rotates a 2D character grid 90 degrees and prints the resulting picture to the console.

41 linesRunnable

Character Picture Grid

A small utility that rotates a 2D character grid 90 degrees and prints the resulting picture to the console.

Example

Running the script prints the built-in grid rotated 90 degrees:

..OO.OO..
.OOOOOOO.
.OOOOOOO.
..OOOOO..
...OOO...
....O....

How to run on localhost

python character-picture-grid.py

Dependencies

Standard library only.