Skip to content

Files

Latest commit

 

History

History

Stopwatch Application

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Stopwatch Application

This repository contains a simple stopwatch application implemented in Python using Tkinter.

Description

The stopwatch application allows users to start, stop, and reset a timer. The timer displays the elapsed time in hours, minutes, and seconds.

Required Modules

This script uses the standard Python library, specifically the tkinter and datetime modules. No additional modules are required to run this script.

How to Install Required Modules

No additional modules are required for this script. Ensure that Python is installed on your system.

How to Run the Script

  1. Clone the Repository:
             git clone https://github.com/yourusername/stopwatch-app.git
             cd stopwatch-app
  1. Run the Script:
             python3 stopwatch.py