Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 291 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 291 Bytes

Images to ASCII ART

Simple Python script to convert images to ASCII

First install requirements

pip install -r requirements.txt

And start converting images

python app.py <filename> (-f)

-f : if you want to store the ASCII as a txt file

Example: Example