Skip to content

Simple, configurable python countdown widget fully implemented with python standard libraries.

License

Notifications You must be signed in to change notification settings

pageldev/SimpleCountdownWidget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Beautiful Simple Countdown Widget

Alt Text

This is a simple countdown widget for Python, implemented with tkinter. As tkinter is part of the Python standard library, no additional sources are required. Calling the start() method launches a separate process which runs the gui thread. After the countdown finishes, the process terminates.

Usage example:

from CountdownWidget import CountdownWidget

if __name__ == "__main__":
    countdownWidget = CountdownWidget(countdownMs = 10000)
    countdownWidget.start()

About

Simple, configurable python countdown widget fully implemented with python standard libraries.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages