Python Stopwatch is a user-friendly graphical application built using PyQt5. It allows you to measure time with precision, offering features like Start, Stop, and Reset functionality. The stopwatch displays the time in a readable format: HH:MM:SS:MS
.
- Start/Stop Functionality: Begin or pause the stopwatch with a single click.
- Reset Option: Reset the timer to
00:00:00:00
instantly. - Real-Time Update: Updates the displayed time every 10 milliseconds for high precision.
- Simple GUI: Clean and intuitive design using PyQt5's QLabel, QPushButton, and layout widgets.
- Clone the Repository:
git clone https://github.com/IT21314742/python-stopwatch.git cd python-stopwatch