🖼️

Character Picture Grid

Python41 lines· A small utility that rotates a 2D character grid 90 degrees and prints the resulting picture to the console.
Original project by @ibra-kdbra — view source on GitHub
Ready when you are
README· what to build

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.

character-picture-grid.py· Python 3.x
36 lines
Console· terminal