This repository contains a Python script for a simple digital whiteboard application using Tkinter. The application allows you to draw on the canvas with different brush sizes and colors and includes a feature to clear the canvas.
The script creates a GUI application with a canvas for drawing, color selection buttons, brush size buttons, and a clear button to reset the canvas. The drawing functionality is implemented using mouse events.
The script uses only the standard Python library. No additional modules are required.
No additional modules need to be installed. Make sure Python is installed on your system.
- Clone the Repository:
git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
- Navigate to Directory:
cd Simple-Python-Mini-Projects/Digital\ White\ Board
- Run the Script:
python digital_white_board.py
- Use a digital whiteboard for drawing and sketching with basic tools.