273 B
273 B
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]