https://github.com/sebzanardo/ascii-art-software
A simple ASCII Art Software built with Pygame.
https://github.com/sebzanardo/ascii-art-software
ascii ascii-art
Last synced: 8 months ago
JSON representation
A simple ASCII Art Software built with Pygame.
- Host: GitHub
- URL: https://github.com/sebzanardo/ascii-art-software
- Owner: SebZanardo
- Created: 2023-09-13T08:03:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T12:30:52.000Z (over 2 years ago)
- Last Synced: 2025-02-07T04:14:13.090Z (over 1 year ago)
- Topics: ascii, ascii-art
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASCII-Art-Software
A simple ASCII Art Software built with Pygame.
### CONTROLS:
**LMB** -> Paint
**RMB** -> Erase
**SCROLL** -> Zoom
**MMB** or **LMB + SPACE** -> Move
**UP and DOWN** -> Change character
**ANY KEY** -> Set character to key
**TAB** -> Toggle grid
**CTRL + R** -> Clear canvas
**CTRL + S** -> Save art
**ESC** -> Quit
### REQUIREMENTS:
Python 3.11+
Pygame 2.3.1+
Run `main.py` to start the software!
