A simple Python drawing app inspired by Excalidraw.
- Freehand drawing
- preset Color/brush size
- Shapes
- Eraser
- Clear canvas
- Text
- Python 3
- Tkinter
- Clone the repository
git clone https://github.com/parthakk07/PaPy-paint-.git
- Go to the project folder
cd PaPy-paint-
- Install dependencies
pip install -r requirements.txt
- Run the program
python main.py
- Left click and drag to draw
- Use buttons to change color and brush size
- Use eraser to remove drawings or can do ctrl + z
- Clear button resets the canvas
- also can delete selected shapes/text