A simple Python Paint clone made entirely with OpenCV and NumPy
- Freehand Brush
- Bucket Fill
- Shapes (Rectangle, Ellipse, Line)
- Eyedropper for Color Picking
- Undo (Currently only saves the single previous state)
- Clear Canvas button
- Save Image
- Full RGB color sliders
- Scroll Wheel to adjust brush size (1-99px)
- Increased buffer of previous states for Undo
- Redo Button
- Brush size preview / different tool cursors
- Changing file path for saves
- Load image
- Take Webcam Photo
- Diagonal indicator for perfect circles/squares
- Text Tool