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

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.

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!
![Screenshot 2023-12-07 at 11 30 27 pm](https://github.com/II-ZEN-II/ASCII-Art-Software/assets/97170564/380b983a-be14-42e9-9d4a-8c49acaa2f9e)