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.
- Host: GitHub
- URL: https://github.com/squidkid-deluxe/ascii-art
- Owner: squidKid-deluxe
- Created: 2020-04-03T22:52:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T22:32:22.000Z (over 5 years ago)
- Last Synced: 2025-01-14T11:02:37.690Z (9 months ago)
- Topics: ascii-art, ascii-generators, python3
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 themeFIXME: 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