A very simple and boring countdown clock made in Python 3 and Tkinter.
I wrote this while exploring different GUI frameworks for Python 3, and I found that can be useful for online classroom, by putting the countdown at the shared screen during the pause I make at the middle of the long class.
The countdown clock can be called from command line.
Use python3 boring_countdown_clock.py -h for help.
If you install pygame (e.g., pip install pygame) you can have access to a song I embedded in the code and a Robin chirp at the end of the countdown. You can disable the song at any time at the graphical interface or you can launch with option --no_song. As I started writing this code by April 25, 2020, the only song that can be played is "Bella Ciao". Soon there will be more embedded songs and the ability to add your own songs.
As of the moment, the code is tested using:
- MacOSX Big Sur - Monterey
- Python 3.8 - 3.9 (Anaconda Python)
- pygame (installed using latest version of pip).
Francisco Ortega Culaciati - Department of Geophysics - FCFM - University of Chile