Skip to content

mehmetkahya0/BasicTimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Basic Timer ⏱

  • Basic timer on python tkinter.
  • There is a notification sound after the timer runs out. You can change notification voice on chime.theme()

New Feautures on V2:

  • added dark mode.

Ekran Resmi 2023-04-21 21 04 49

  • added light mode

Ekran Resmi 2023-04-21 21 04 33

New Update V2 (21.04.2023)

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.