ascii_art
The ascii_art is an open-source library that helps you convert any image into an ASCII-art text file.
How to get it ?
The ascii_art is a python package that you can simply install using the following command:
pip install ASCII-art-tool
How to use it ?
To use our library in your code, you need to import it and intialize it, that's all. It's easy !
## Import the library
from ascii_art import generator
## Declaring the path of the input file and the output
input = "C:/Users/default/Desktop/image.jpg"
output = "./ascii_art.txt"
## Intialize an instance of the library
instance = generator.Generator(input=input, output=output)
## Execute the art
instance.execute()
Release files for ASCII-art-tool 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ASCII_art_tool-1.0.1.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ASCII_art_tool-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.7 kB
Release files / ASCII_art_tool-1.0.1.tar.gz
| Download URL | ASCII_art_tool-1.0.1.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fcfb40275d621fc8978df2a4bf1991034fde675746d30654c5f7ecc6d533abf0
|
|
BLAKE2b-256 checksum How to use checksums |
f46d8758c32c03f5e7c8f0558c3b5886234186adb65b7d0353e10becbb0b6daf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.7.8
|
Release files / ASCII_art_tool-1.0.1-py3-none-any.whl
| Download URL | ASCII_art_tool-1.0.1-py3-none-any.whl |
|---|---|
| Size | 3.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3811c31fb21834540582cc9923da9745cd4d48a2d94668e01fb08c9b3240e689
|
|
BLAKE2b-256 checksum How to use checksums |
9fd12233a21591fd7c3b3d789ed841c193110390616e0ee1923e40d26f3ff8eb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.7.8
|