asciju

https://img.shields.io/pypi/v/asciju.svg https://img.shields.io/travis/aju100/asciju.svg Documentation Status

Python package that converts image to ascii

Features

  • Conversion image to ASCII art

Usage

Convert your image into ASCII art:

from asciju import convert_img_ascii

print(convert_img_ascii('yourimage.jpeg','output.txt'))

Run the python script:

python3 nameofthescript.py
_images/run.gif

Roadmap

  • Text ASCII art

  • Video conversion on ASCII Art

  • Fix CLI argument parser

  • Improved Documentation

  • Unit Test

Contribute

Contributions are always welcome! Please read the contribution guidelines first.

Help

If you need any help anywhere in the process, you can open Github issue or DM a question on Twitter.

License

This project is currently licensed under the MIT General Public License v3. i.e. we guarantee end users the freedom to run, study, share, and modify the software.

Made with ❤️ and Python