Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 291 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 291 Bytes

pytexel

Render pixel graphics as text, using character shapes to represent the original pixel grid as closely as possible.

Demo

python demo-pygame-bounce.py

Usage

To render marie.png as text:

python texelate.py -W $COLUMNS -H 20 marie.png

or

bash texelate.sh marie.png