Generate awesome ASCII ART to your applications.
The easiest way to get started is to clone the repository:
# Get the latest snapshot
git clone https://github.com/ValdesChe/CodeSignatureASCII myproject
# Change directory
cd myproject
# Install dependencies
pip install -r required_libs.txt
# Then simply start your app
python app/script.py -i path/to/img.extension
Original Image | ASCII Art with Background | ASCII Art without Background |
---|---|---|
- OpenCv : https://pypi.org/project/opencv-python/
- Inspiration from : https://github.com/micodeyt/ascii-webcam
- ValdoR - https://twitter.com/Valdes_Che