A simple, user-friendly timer and stopwatch application built with Python and Tkinter.
- Timer functionality:
- Set timer for hours, minutes, and seconds
- Start, stop, and reset functionality
- Visual countdown display
- Stopwatch functionality:
- Start, stop, and reset functionality
- Visual time display
- Switch between timer and stopwatch modes
- Error handling for invalid inputs
- Python 3.x
- Tkinter (usually comes pre-installed with Python)
- Ensure you have Python 3.x installed on your system.
- Clone this repository or download the
timer_app.py
file.
git clone https://github.com/yourusername/python-timer-stopwatch.git
cd python-timer-stopwatch
Run the script using Python:
python timer.py
- Click the "Timer" button to switch to timer mode.
- Enter the desired time in the hours, minutes, and seconds fields.
- Click "Start" to begin the countdown.
- Use "Stop" to pause the timer and "Reset" to clear the timer and input fields.
- Click the "Stopwatch" button to switch to stopwatch mode.
- Click "Start" to begin the stopwatch.
- Use "Stop" to pause the stopwatch and "Reset" to clear the time.
Contributions, issues, and feature requests are welcome. Feel free to check issues page if you want to contribute.