Image-To-ASCII
Convert images to ASCII art.
Python★ 69⑂ 11 forksGPL-3.0updated 5 years ago
git clone https://github.com/LazoVelko/Image-To-ASCII.gitLazoVelko/Image-To-ASCIIREADME.mdfork it — it’s yours
Image-To-ASCII
Convert images to ASCII art.
Usage
Usage:
main.py [image] [width]
Parameters:
[image] The image to convert. Supports many formats.
[width] The width of the regions from the image to convert to ASCII.
The height is by default the width multiplied by two.
Example:
main.py sample/gold_face.jpg 2
- This loads the image gold_face.jpg from the "sample" directory.
- It then divides the image into 2 pixel by 4 pixel regions.
- Each region is then converted to a character.
Sample
more like this
thorn
a pure lazy functional programming language to make ASCII art animations (and other things too)
Rust★ 50
emoticon_kaomoji_dataset
Dataset of 62,000 text emoticons and kaomojis with labels.
Jupyter Notebook★ 50

