Qyt0109 / ImageToASCII

Turning images into ASCII text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Turning images into ASCII text


Languages

Language:Python 100.0%