Metadata-Version: 2.4
Name: ASCII_IMAGE_PY
Version: 0.1.4
Summary: Bitmap to ASCII Image Generator using Python
Author: Manu11-Pro
License: MIT
Project-URL: Homepage, https://github.com/Manu11-Pro/ASCII_IMAGE
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# ASCII_IMAGE

This is an Image to ASCII generator made in Python!

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

## How to Install and Use

- Open a fresh terminal and type :

- ``` bash
    pip install ASCII-IMAGE-PY
    ```

- After the installation, open up a fresh terminal and type :

- ``` bash
    convert_to_ascii
    ```

- Select the Bitmap (BMP) Image which you want to convert to ascii

- Select the directory as the destination for ASCII Converted Image

- The a copy of the bitmap image should be converted to ascii and waiting for you to view in the selected
destination!
