Skip to content

Stopwatch application built with PyQt5. It provides an intuitive interface with start, stop, and reset buttons to measure elapsed time in hours, minutes, seconds, and milliseconds. This project is ideal for those learning GUI development in Python and looking for practical implementations of event-driven programming.

Notifications You must be signed in to change notification settings

IT21314742/Python-Stopwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Python Stopwatch

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.

Features

  • 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.

Installation

  1. Clone the Repository:
    git clone https://github.com/IT21314742/python-stopwatch.git
    cd python-stopwatch

About

Stopwatch application built with PyQt5. It provides an intuitive interface with start, stop, and reset buttons to measure elapsed time in hours, minutes, seconds, and milliseconds. This project is ideal for those learning GUI development in Python and looking for practical implementations of event-driven programming.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages