项目作者: AdityaSharma223

项目描述 :
A very low level paint clone made with PyGame
高级语言: Python
项目地址: git://github.com/AdityaSharma223/Pyaint.git
创建时间: 2021-05-20T13:55:49Z
项目社区:https://github.com/AdityaSharma223/Pyaint

开源协议:

下载


PYAINT

A very low level Microsoft Paint clone made with PyGame

Requirements:

(run commands in command line)

  1. PyGame installed
    1. pip install pygame
  2. Pyautogui installed
    1. pip install pyautogui

    Note:

    If you encounter an error related to the Pillow module try:
    1. pip install Pillow --upgrade

Controls:

  1. r - change color to red
  2. g - change color to green
  3. b - change color to blue
  4. y - change color to yellow
  5. w - change color to white
  6. k - change color to black
  7. f - to fill the screen with the currently selected color
  8. 1 - to increase the size of the brush
  9. 2 - to decrease the size of the brush
  10. s - to save the painting in the same directory with a name (user input)
  11. ⬅️ ⬆️ ⬇️ ➡️ - Arrow keys for movement