Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.52 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.52 KB

Python Timer and Stopwatch Application

A simple, user-friendly timer and stopwatch application built with Python and Tkinter.

Features

  • 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

Requirements

  • Python 3.x
  • Tkinter (usually comes pre-installed with Python)

Installation

  1. Ensure you have Python 3.x installed on your system.
  2. Clone this repository or download the timer_app.py file.
git clone https://github.com/yourusername/python-timer-stopwatch.git
cd python-timer-stopwatch

Usage

Run the script using Python:

python timer.py

Timer Mode

  1. Click the "Timer" button to switch to timer mode.
  2. Enter the desired time in the hours, minutes, and seconds fields.
  3. Click "Start" to begin the countdown.
  4. Use "Stop" to pause the timer and "Reset" to clear the timer and input fields.

Stopwatch Mode

  1. Click the "Stopwatch" button to switch to stopwatch mode.
  2. Click "Start" to begin the stopwatch.
  3. Use "Stop" to pause the stopwatch and "Reset" to clear the time.

Contributing

Contributions, issues, and feature requests are welcome. Feel free to check issues page if you want to contribute.

License

MIT