This is a simple drawing application built using Python and Tkinter. It allows users to draw on a canvas, choose different colors, adjust the size of the pointer and eraser, and save their drawings as screenshots.
- Color Selection: Choose from a variety of colors for drawing.
- Eraser: Switch to an eraser mode for removing drawn content.
- Clear Screen: Clear the entire canvas with the click of a button.
- Screenshot: Save your drawing as a screenshot locally.
- Canvas Background: Choose the background color of the canvas.
- Python 3
- Tkinter