This is a simple timer application built using Python's Tkinter library.
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.
- 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).
- Run the script.
- Click on "Start timer" to begin timing.
- Use "Stop timer" to pause the timer temporarily.
- "Restart timer" resets the timer to zero, seeking confirmation first.
- Name Entry field is available for future integration or use.
- Python 3.x
- tkinter library
- Ensure Python 3.x is installed on your system.
- Clone this repository or download the
timer_app.pyfile. - Run the script using the command
python timer_app.py. - The GUI window for the timer app will appear.
- Interact with the buttons to operate the timer.
- 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!