Digital Clock

Here's a really simple widget that displays a label widget displaying the current time. It is updated every second using Tk's timer handler mechanism. See the source.


(applet)
See also a variant that changes its widget size.

See also the analog clock.