ASCII art is a graphic design technique that uses computers for presentation and consists of pictures pieced together from the 95 printable characters defined by the ASCII Standard from 1963 and ASCII compliant character sets with proprietary extended characters
- Python3
- Python3-pillow
- Numpy
-
In Simple way
sayan@ubuntu-$: python3 script.py --file <inputfile> --out <outputfile>
If you dont provide output file name then by default it will be saved in out.txt -
Now Simple Open the text file with a text Editor and Take a screenshot
sayan@sayan-Vostro-15-3568:~/github/image_to_Ascii_art(master)-> python3 script.py --file lincon.jpg --out lincon.txt
generating ASCII art...
input image dims: 1200 x 1200
cols: 80, rows: 34
tile dims: 15 x 34
ASCII art written to lincon.txt```
For more Project visit my portfolio visit