Skip to content

Files

Latest commit

 

History

History

Digital White Board

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Digital Whiteboard

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.

🗒️ Description

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.

Required Modules

The script uses only the standard Python library. No additional modules are required.

How to Install Required Modules

No additional modules need to be installed. Make sure Python is installed on your system.

▶️ How to Run the Script

  1. Clone the Repository:
    git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
    
  2. Navigate to Directory:
           cd Simple-Python-Mini-Projects/Digital\ White\ Board
  3. Run the Script:
         python digital_white_board.py
  • Use a digital whiteboard for drawing and sketching with basic tools.