Skip to content
/ py.timer Public
forked from drstrangesej/timer

"Developed a Python GUI Countdown Timer using Tkinter and Pygame, featuring real-time clock display and sound notifications upon countdown completion. Designed for precise timing in various tasks, such as cooking and presentations."

Notifications You must be signed in to change notification settings

pa-0/py.timer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

timer

"Developed a Python GUI Countdown Timer using Tkinter and Pygame, featuring real-time clock display and sound notifications upon countdown completion. Designed for precise timing in various tasks, such as cooking and presentations."

image

Steps:

1)Run the Python script: Make sure you have the necessary libraries installed (Tkinter, pygame). Save the script in a .py file and execute it using your Python interpreter.

2)The GUI window will appear with a "Countdown Clock and Timer" title.

3)Set the timer duration:

Enter the number of hours in the "hrs" Entry field.

Enter the number of minutes in the "mins" Entry field.

Enter the number of seconds in the "sec" Entry field.

4)Click the "START" button to start the countdown timer. The timer will count down from the specified time.

#When the timer reaches 00:00:00, a sound (Beep.mp3) will play as an alert.

IMPORTANT:

Please note that the code is set up to play a sound when the timer reaches 00:00:00. Ensure that you have a sound file named "Beep.mp3" in the same directory as your script or provide the correct path to the sound file for it to work as expected.

About

"Developed a Python GUI Countdown Timer using Tkinter and Pygame, featuring real-time clock display and sound notifications upon countdown completion. Designed for precise timing in various tasks, such as cooking and presentations."

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%