diff --git a/example.jpg b/example.jpg new file mode 100644 index 0000000..eb58719 Binary files /dev/null and b/example.jpg differ diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..db4cd3e --- /dev/null +++ b/readme.md @@ -0,0 +1,20 @@ +# 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](example.jpg) + +## 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 "-/\|" \ No newline at end of file