https://github.com/superdisk/8x8
ASCII / ANSI editor that somewhat resembles asiekierka's 64pixels
https://github.com/superdisk/8x8
Last synced: 8 months ago
JSON representation
ASCII / ANSI editor that somewhat resembles asiekierka's 64pixels
- Host: GitHub
- URL: https://github.com/superdisk/8x8
- Owner: SuperDisk
- Created: 2012-09-17T21:11:12.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-18T01:47:00.000Z (almost 14 years ago)
- Last Synced: 2025-03-24T03:44:25.729Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 117 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
_____ _____
/ ___ \ |\ /| / ___ \
( (___) )( \ / )( (___) )
\ / \ (_) / \ /
/ ___ \ ) _ ( / ___ \
( ( ) ) / ( ) \ ( ( ) )
( (___) )( / \ )( (___) )
\_____/ |/ \| \_____/
Yipee for generated ascii text...
This is an ascii / ansi editor thingie in the style of 64Pixels.
Instead of a game however, it is an editor that you can use to draw ascii art.
Some of its code is unclean, but I'll fix it later.
To run it, you need Pygame for Python 3: http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
And Python 3. Python 2 won't work for this job (I do 2 // 2 division, and file opening with encodings)
So there you go. Have fun! (Or not!)
-Nick