Inspiration

I saw some ASCII online it looks really interesting to me so I tried to make a converter that could do the same thing.

What it does

I hope it could convert most of the .jpg, .png, and .gif to an ASCII art.

How I built it

I used python and the 2 library imageio to make the .gif ASCII file and pillow to process the normal .jpg and .png image files.

Challenges I ran into

I had some difficulties on how to convert the text files into the ASCII gif because it hard to find the correct ratio when converting the txt files back into the gif file.

Accomplishments that I'm proud of

I did what I wanted to do, and give my friends and I some fun time messing around with it

What I learned

I learn how to use 2 new libraries for python and become more familiar with python

What's next for ASCII Art

I will try to make the GUI looks better and give the user more customization of the output file, because so far the size of the output is hard coded

Built With

Share this project:

Updates