This is a paint application made using pygame. It has the following basic features:
- Freehand drawing.
- Clearing the canvas.
- Light and dark themes.
- Various colors and thicknesses.
- Undo/Redo by one level.
- Save the drawing in any desired file format to a folder called "Gallery" in the main folder.
- Clicking the "clear" button on top of the canvas or pressing 'c' will clear the canvas.
- Pressing 'u' will undo the action.
- Pressing 'r' will redo the action.
- Pressing 's' will save the drawing as an image.
- The type of image(.png, .jpg) must be specified while entering the name. (By default, the images will be saved in a sub-folder named "Gallery")
The following features will be implemented in the upcoming versions:
- Drawing various shapes.
- Gallery of saved paintings.
- Doodling on an existing image rather than a plain canvas.