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