Skip to content

ramosssss/PyTimer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTimer, a simple egg (countdown) timer in Python/Tk

screenshot screenshot screenshot

Usage

Enter either the number of minutes or a local time (in 24-hour HH:MM format) into the text entry widget, then press Return or click the Start button. When the countdown is over, the Start button turns into a Quit button.

Note that the timer continues counting during the alarm so you can see how much time has passed since the alarm started.

On Linux, the Start button will also turn yellow during the final 30 seconds and red at the end.

There is no way to reset, pause, or restart the timer (on purpose, so disabling it by accident is impossible, unless you close the window), so you need to restart the program in that event.

Note that the timer uses an absolute alarm time, so even if you suspend the system during the countdown for some time, it will not affect the alarm time. (This is different from a naive timer which would ignore time spent in suspend mode.)

Prerequisites

PyAudio:

pip3 install PyAudio

About

A simple Python 3 egg/countdown timer and alarm clock

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%