项目作者: AdityaSharma223
项目描述 :
A very low level paint clone made with PyGame
高级语言: Python
项目地址: git://github.com/AdityaSharma223/Pyaint.git
PYAINT
A very low level Microsoft Paint clone made with PyGame
Requirements:
(run commands in command line)
- PyGame installed
pip install pygame
- Pyautogui installed
pip install pyautogui
Note:
If you encounter an error related to the Pillow module try:pip install Pillow --upgrade
Controls:
- r - change color to red
- g - change color to green
- b - change color to blue
- y - change color to yellow
- w - change color to white
- k - change color to black
- f - to fill the screen with the currently selected color
- 1 - to increase the size of the brush
- 2 - to decrease the size of the brush
- s - to save the painting in the same directory with a name (user input)
- ⬅️ ⬆️ ⬇️ ➡️ - Arrow keys for movement