Skip to content

This Python program converts any image to ascii character and saves to a txt file.

Notifications You must be signed in to change notification settings

klynsaha/Image_to_ASCII

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This Python program converts any image to ascii character and saves to a txt file.

Topics

Resources

Stars

Watchers

Forks

Languages