readme
This commit is contained in:
parent
7eb78cfc78
commit
e9769cba16
2 changed files with 20 additions and 0 deletions
20
readme.md
Normal file
20
readme.md
Normal file
|
@ -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:
|
||||
|
||||

|
||||
|
||||
## 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 "-/\|"
|
Loading…
Add table
Add a link
Reference in a new issue