ASCII_IMAGE banner

ASCII_IMAGE

2 devlogs
3h 7m 57s

ASCII_IMAGE

This is an Image to ASCII generator made in Python!

This Project uses built-in Python libraries to convert Bitmap to ASCII!

This project uses AI

I Used AI in thsi Project for debugging and for knowing about bitmap image datas

Demo Repository

Loading README...

Manu11

Shipped this project!

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!

Manu11

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

Attachment
0
Manu11

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!

Attachment
Attachment
Attachment
Attachment
0