ASCII_IMAGE
This is an Image to ASCII generator made in Python!
This Project uses built-in Python libraries to convert Bitmap to ASCII!
I Used AI in thsi Project for debugging and for knowing about bitmap image datas
ASCII_IMAGE
This is an Image to ASCII generator made in Python!
This Project uses built-in Python libraries to convert Bitmap to ASCII!
I Used AI in thsi Project for debugging and for knowing about bitmap image datas
ASCII_IMAGE
This a bitmap to ascii converter!
The hardest yet so entertaining part was to know about how bitmap stores data…and how to trick your eyes &minds to see colours when there is only black and white!
ASCII_IMAGE
UPDATES
Made thsi project a PyPi Package.
In the terminal:
install by typing :
pip install ASCII-IMAGE-PY
and use by typing :
convert_to_ascii
Upadted README.md
Current package version :
0.1.3
Log in to leave a comment
This is the first devlog for ASCII_IMAGE Project!
This is an Image to ASCII generator made in Python!
This Project uses built-in Python libraries to convert Bitmap to ASCII!
I made a working bitmap to ascii image generator in around 2½ hour.
It has a bitmap file selction, a file destination and of course the bitmap image to ascii logic!
Instead of printing all teh ascii to terminal, I made it to put all that ascii in a text file(.txt) so that it can be viewed by a text editor(and you can say that you can see an image in txt!)
The making of this project was truly amazing and it gave me knowledge about image data and bitmap image data storing and all other stuff!
Log in to leave a comment