Image-to-Ascii icon indicating copy to clipboard operation
Image-to-Ascii copied to clipboard

An image to Ascii converter written in Python

Image-to-Ascii

An extremely simple utility to convert any image to Ascii

A short example is:

image = ascii_converter.Ascii(10,'reddit.jpg')

Then, in the main event loop of your code, add the following:

image.create_image(surface)

and you go from this...

alt tag

To this...

alt tag