The Stopwatch Application is a desktop GUI application developed using Python and Tkinter. It allows users to measure elapsed time with Start, Stop, and Reset controls through a simple and user-friendly interface.
This project was built to improve Python programming skills and understand event-driven programming using Tkinter.
▶️ Start the stopwatch- ⏸️ Stop the stopwatch
- 🔄 Reset the timer
- 🖥️ Simple and responsive graphical interface
- ⌛ Real-time time display (HH:MM:SS)
- Python
- Tkinter
- datetime module
stopwatch-python/
│
├── main.py
├── README.md
└── screenshots/
git clone https://github.com/Nidhi5380/stopwatch-python.gitcd stopwatch-pythonpython main.py- Python Programming
- GUI Development with Tkinter
- Event-Driven Programming
- Timer Implementation
- State Management
- Lap timer feature
- Millisecond precision
- Dark mode
- Save lap history
- Modern UI design
Nidhi Joshi
B.Tech Electronics & Telecommunication Engineering (2025)
GitHub: https://github.com/Nidhi5380