Skip to content

adamatasi/ASCII-Image-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ASCII-Image-Generator

Python code to convert an image to ASCII image

Install requirements:

pip install numpy OR pip3 install numpy

pip install pillow OR pip3 install pillow

pip install pyfiglet OR pip3 install pyfiglet

TO RUN THE SCRIPT:

python "ASCII_IMAGE_GENERATOR.py" --file <image_file> --cols 120

OR

python3 "ASCII_IMAGE_GENERATOR.py" --file My_Logo.jpg --cols 120

About

Python code to convert an image to ASCII image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages