/ImageToASCII

Turning images into ASCII text

Primary LanguagePython

TURNING IMAGES INTO ASCII TEXT

Requirements:

  • numpy
  • pillow
pip install -r requirements.txt

or

pip3 install -r requirements.txt

How to run:

python <Python main file name> --file <Image file name> --cols <size of the converted ASCII image>

Example:

python ImageToASCII.py --file test.jpg --cols 200

Preview