No description
Find a file
2022-10-28 00:02:06 +02:00
.gitignore Intial Commit 2022-10-28 01:42:48 +02:00
ascii.py Intial Commit 2022-10-28 01:42:48 +02:00
LICENSE Initial commit 2022-10-27 23:23:12 +02:00
README.md Edid readme 2022-10-28 00:02:06 +02:00

ImageToASCII

Converts an Image into ASCII characters that look like that image.

REQUIREMENTS

Python Pillow module - install with:

pip install Pillow 

(requires python-pip)

USAGE

python ascii.py [image path]