You can download the latest version here: Download EduSketch (.exe)
EduSketch is a lightweight desktop drawing application built using PySide6 (Qt for Python). It provides a clean canvas where users can draw using a brush tool and save their artwork as an image file.
- Brush tool for freehand drawing
- Clear canvas option
- Save drawings as PNG or JPEG
- Resizable canvas (keeps previous drawing)
- File menu with Save and Quit options
- Toolbar with interactive tools
- The canvas is implemented using a custom QWidget.
- Drawing is handled using QPainter and QPixmap.
- Mouse events (press, move, release) are used to draw smooth brush strokes.
- The app connects UI actions (toolbar & menu) to canvas functions.
- Python
- PySide6 (Qt Framework)