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.