This small little fun project started as a simple analog clock demo in Tcl/Tk and ended in full fledged chronometer clock that is resembling the dashboard clocks of word war II. Somehow, I was surprised to to find any analog chronometer clock with a somewhat pleasing design, so I just thought that it might be time to try to create such a thing.
Kindly note that there is no installation as such needed of running “Borduhr”. As it is coded in Tcl/Tk, of course one has to install the interpreter first.
sudo apt install tcl && sudo apt install tk
After the interpreter is installed, unzip borduhr into your chosen destination and execute it.
./borduhr.tcl
in a terminal shell or make a
desktop launcherwish.exe
as
the program, that could run this code.