No description
Find a file
2024-07-05 16:38:56 +02:00
fonts precompute 2024-07-04 21:45:49 +02:00
input various 2024-07-05 16:38:56 +02:00
.gitignore remove output folder 2024-07-05 16:28:18 +02:00
example.jpg readme 2024-07-05 16:38:30 +02:00
main.py various 2024-07-05 16:38:56 +02:00
precomputeFonts.py precompute 2024-07-04 21:45:49 +02:00
readme.md readme 2024-07-05 16:38:30 +02:00

Project Name: asciiArtGen

Description:

asciiArtGen is a Python program that generates ASCII art images from normal images. It converts the pixels of an image into ASCII characters, then creates a new image from the ascii characters.

Dependencies

  • Python 3.x
  • Pillow

Examples:

Here are a few examples of ASCII art generated using asciiArtGen:

Example

TODO

  • Have a simpler way of setting the output resolution in terms of characters
  • Make a GUI with tkinter
  • Use a sobel filter to detect egdes and replace these cracaters with the corresponding "-/|"