Metadata-Version: 2.1
Name: asciify-it
Version: 1.0.0
Summary: Convert your images to awesome ASCII arts!
Home-page: https://gitlab.com/Mathematician2000/ascii-art
Author: AArtur & Mathematician2000
Author-email: asciify@mail.ru
License: BSD 3-Clause License
Keywords: ASCII,images,CLI
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# ASCII Art

Create amazing ASCII arts on-the-fly with `asciify-it` Python package!

## Features
- Algorithm for image transformation into an ASCII art!
- Python library `asciify` with command line interface (powered by `click`)
- `Flask` server application
- Deployed on [Heroku](https://web-asciify.herokuapp.com)

## Dependencies
- click
- nptyping
- numpy
- Pillow
- tqdm

## Quick start
To install `asciify-it` simply run

`pip install asciify-it`

Now you can use `asciify` CLI tool as follows:

`$ asciify mylittlepony.png -w 45 -h 43 -o result.txt -f path/to/arial.ttf -s 48 -q`

## Authors
- [AArtur](https://gitlab.com/AAArtur)
- [Mathematician2000](https://gitlab.com/Mathematician2000)


