This program transforms images into ASCII-art, which basically is to generate an image with characters of the ASCII Table
Here you can see the original example and the output:
To use the program you just have to:
- Install python3 libraries needed
pip install -r requirements.txt
- Linux:
# Run the app
./art-ascii.py
OR
python3 art-ascii.py
- Windows:
python art-ascii.py
You may need to Resize your terminal with:ctrl +
or ctrl -