An open API service indexing awesome lists of open source software.

https://github.com/squidkid-deluxe/ascii-art

Scripts create various styles of ASCII art from an image.
https://github.com/squidkid-deluxe/ascii-art

ascii-art ascii-generators python3

Last synced: 7 months ago
JSON representation

Scripts create various styles of ASCII art from an image.

Awesome Lists containing this project

README

          

# ASCII art generators

There are currently three ASCII generators,

- color images
- black and white light theme
- black and white dark theme

FIXME: the images dictionary must be edited manually to incorporate new images.

NOTE:To edit the size of the printed image, raise or lower the number `image.height` (line 45) is being divided by.

To use the scripts, run them and enter the image you want to convert.

`ascii_art.py` and `ascii_art_bl_wh.py` use only unicode characters.

Dependencies:
========================

ascii_art.py:

- None

ascii_art_original.py:

- None

ascii_art_bl_wh.py:

- None