This repository contains a simple stopwatch application implemented in Python using Tkinter.
The stopwatch application allows users to start, stop, and reset a timer. The timer displays the elapsed time in hours, minutes, and seconds.
This script uses the standard Python library, specifically the tkinter and datetime modules. No additional modules are required to run this script.
No additional modules are required for this script. Ensure that Python is installed on your system.
- Clone the Repository:
git clone https://github.com/yourusername/stopwatch-app.git
cd stopwatch-app
- Run the Script:
python3 stopwatch.py