# image-to-ascii image-to-ascii is a python module created for creating Ascii art from any given image ASCII IMAGE  ORIGNAL IMAGE 
## Getting Started 1) Install Python 3.6 or newer. https://www.python.org/downloads/ 2) Open cmd/terminal and type:
pip install image_to_Ascii
If you want to install the newest version from git, you can install like this:
pip install git+https://github.com/aypro-droid/image-to-ascii.git
If you want to easily edit the source, it’s recommended to clone the git repo and install as develop like this. Make sure you have git installed. https://git-scm.com/
git clone https://github.com/aypro-droid/image-to-ascii.git python setup.py develop
## How do I generate an Ascii art from image? You can use any text editor you want, but personally I like to use VSC. 1) Create an empty .py file called ‘filename.py’ 2) Copy this text into your new file: `py from image_to_ascii import ImageToAscii # imagePath is for path of the image you want to convert to Ascii # outputFile is for the file path of where the generated Ascii art should be stored keep None if you don't want to store it in a .txt file ImageToAscii(imagePath="path/to/file",outputFile="output.txt") ` ## Contribution If you would like to contribute, go ahead! I appreciate it.
## Support If you need any help you can ask me on discord Not Aypro#6969
## Donations If you want to donate you can by going to https://paypal.me/dontlimitmegaypal
## Copyright All images are subject to copyright
Release files for image-to-Ascii 0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| image_to_Ascii-0.3.tar.gz | 2.7 kB | Details |
Release files / image_to_Ascii-0.3.tar.gz
| Download URL | image_to_Ascii-0.3.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
affe399b8600f06bb657ef5639ffdf482c4f6b5fe06fc82f201db5d8a491e1a2
|
|
BLAKE2b-256 checksum How to use checksums |
20fcf794c9ef76d72ec17428aebd6397a87568d0c60cac0241f914a69250115c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.0
|