Releases: mehmetkahya0/BasicTimer
Basic Timer V2
Timer GUI
A simple timer GUI built with Python and tkinter.
Description:
This GUI allows the user to set a timer for a specified number of minutes and seconds, and displays a progress bar and remaining time label. When the timer expires, an alarm sound plays and a message box is displayed.
Features:
Set timer for minutes and seconds
Progress bar updates in real-time
Display remaining time label
Alarm sound plays when timer expires
Message box displayed when timer expires
Requirements:
Python 3.x
tkinter
chime
Installation
Clone the repository: git clone /~https://github.com/example/timer-gui.git
Install the required packages: pip install -r requirements.txt
Run the script: python timer_gui.py
Usage:
Enter the desired minutes and seconds in the input fields.
Click the "Start" button to start the timer.
The progress bar and remaining time label will update in real-time.
An alarm sound will play and a message box will be displayed when the timer expires.
Credits:
Mehmet Kahya
License:
This project is licensed under the MIT License - see the LICENSE file for details.
V1 final version
Features:
- I added English language and UI optimizations.