Looking for a good Open Source image to ASCII art conversion software or library.
I built a tool to convert images to ASCII Art (text picture).
I'm looking for AI image generators that make art based on the image(s) you provide
Looking for OCR type software that lets me convert an image of ASCII art back to the original text, with spaces
How do I convert text to ASCII art?
Can I create color ASCII art?
Where can I use ASCII art?
Videos
Hello, I was looking for a Open Source Python ASCII art generation software on Github, but I could not find anything that met my requirements.
I look for simple CLI interface or a library, I want to use it from Python but it doesn't really have to be written in it.
My requirements are:
-
generated ASCII art has to remain in the same proportion as input image (lots of software I found doesn't do that, art becomes higher because of proportion of a single letter),
-
it would be a nice feature to be able to specify art output 'resolution',
-
coloring is not necessary or even unwanted, if getting rid of color would make output less readable,
-
and of course - I would like it to produce something that resembles input image - this one apparently can be tough with some pictures.