A very simple Python script that converts an inputed image into it's ASCII output based on brightness.
image from mayebassett
The main file is main.py
.
Make sure to install Pillow
pip install -r requirements.txt
General Command
python main.py imagePath [SCALE]
Run python main.py --help
for help.
usage: ASCII Image Generator [-h] [--scale SCALE] imagePath
positional arguments:
imagePath The path to the image
options:
-h, --help show this help message and exit
--scale SCALE Resize-Scale for the image (Default: 1)
Contributions are always welcome!
Features that would be nice:
- Edge Detection
- Coloured outputs
- Ability to apply transformations