Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 456 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 456 Bytes

Image to ASCII Character

This is developed using Python and following libraries are used.

  • pillow
  • sys
  • getopt

How to use

1. pip install -r requirements.txt
2. python main.py --file images/<image_name>
3. ASCII Character txt file will be stored at /ascii_images/
4. python main.py --help