A simple analog clock app written in Python using the built-in tkinter
library.
To start the app, download or clone this repository, and in the folder you downloaded or cloned, run:
$ python analog_clock.py
Forked from https://github.com/BelKed/analog-clock Added tenth of seconds and wait timer.