Skip to content

Files

Latest commit

 

History

History

Photo To Ascii

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Photo to Ascii

Convert your image to ASCII art using this simple python script!

Modules Used

  • pillow

How it works

  • First you have to enter the correct path where your image is located.
  • Then it will resize your image and grayify it.
  • Then it will convert your image to ascii.
  • Then it will save the ascii art to the file {imageFile-name}_{imageFile-extension}_ASCII.txt, located in the same folder as your image.

Created By Avishake Maji

Improved By Aryan Rai