Skip to content

Convert JPEG image to ascii art, a simple implementation

Notifications You must be signed in to change notification settings

Uss-Momas/ascii-art

Repository files navigation

ASCII Art

This program transforms images into ASCII-art, which basically is to generate an image with characters of the ASCII Table

Here you can see the original example and the output:

  • ORIGINAL original

  • ASCII ART ascii

Usage

To use the program you just have to:

  • Install python3 libraries needed
pip install -r requirements.txt
  1. Linux:
# Run the app
./art-ascii.py

OR

python3  art-ascii.py
  1. Windows:
python art-ascii.py

You may need to Resize your terminal with:ctrl + or ctrl -

About

Convert JPEG image to ascii art, a simple implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages