A simple python library to convert images to ASCII art
Project description
# 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file image_to_Ascii-0.3.tar.gz.
File metadata
- Download URL: image_to_Ascii-0.3.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
affe399b8600f06bb657ef5639ffdf482c4f6b5fe06fc82f201db5d8a491e1a2
|
|
| MD5 |
b2d2b9a6648f3dd9c0ab3271c68fd2b4
|
|
| BLAKE2b-256 |
20fcf794c9ef76d72ec17428aebd6397a87568d0c60cac0241f914a69250115c
|