Skip to content

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

License

Notifications You must be signed in to change notification settings

Lorenz-127/python-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages