Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

Timer App

This is a simple timer application built using Python's Tkinter library.

Description

The Timer App is a basic timer tool with start, stop, restart, and entry functionalities. It allows users to track elapsed time and restart the timer as needed.

Features

  • Start Timer: Initiates the timer.
  • Stop Timer: Pauses the timer.
  • Restart Timer: Resets the timer to zero.
  • Name Entry: Allows users to input a name or any text (functionality not fully integrated).

Usage

  1. Run the script.
  2. Click on "Start timer" to begin timing.
  3. Use "Stop timer" to pause the timer temporarily.
  4. "Restart timer" resets the timer to zero, seeking confirmation first.
  5. Name Entry field is available for future integration or use.

Requirements

  • Python 3.x
  • tkinter library

How to Run

  1. Ensure Python 3.x is installed on your system.
  2. Clone this repository or download the timer_app.py file.
  3. Run the script using the command python timer_app.py.
  4. The GUI window for the timer app will appear.
  5. Interact with the buttons to operate the timer.

Notes

  • The Name Entry field is provided for future functionality and can be integrated as needed within the code.

Feel free to contribute, modify, or enhance this application!