mirror of
https://github.com/tobikli/imgtoascii.git
synced 2026-07-31 05:45:37 +02:00
Image to ASCII converter
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| ita.py | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
Image to ASCII
Convert images to ASCII art with scaling and outputs to text
Requires Python3: https://www.python.org/downloads/
Demo
Usage
Run with Python3
./ita.py <filename>
-h help
-o Outputfile
-s Scalefactor [1,2,4,8]
Run Locally
Clone the project
git clone https://github.com/tobikli/imgtoascii.git
Go to the project directory
cd imgtoascii
Install dependencies
pip3 install -r requirements.txt (not required)
Run
./ita.py