Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 351 Bytes

File metadata and controls

18 lines (9 loc) · 351 Bytes

clock-function.py

Display current time using functions and after()

clock-class.py

Display current time using classes and after()

clock-widget.py

Use Frame to create widget which display time. Use this widget to display three different times.

timer-with-buttons.py

Display timer/stoper with buttons Start/Stop/Reset.