Clocky is a dead simple clock application developed using Python and Tkinter. I created it to have an overlay clock widget on my computer that displays the current time so I don't lose track of it. It displays the current time in hours, minutes, and seconds with an AM/PM indicator. The clock updates itself every second and is positioned at the top-right corner of the screen as an overlay widget.
Clocky requires Python 3.x and the Tkinter module to be installed. If you don't have Python or Tkinter installed, you can download the pre-built executables for Windows and Linux from the latest release and use it standalone without installing anything else.
Running as a Python script To run Clocky as a Python script, open a terminal or command prompt and navigate to the folder where clocky.py is located. Then run the following command:
python Clocky.py
To use the standalone executable on Windows, download the Clocky.exe file from the latest release. You can then run it by double-clicking on the file. The standalone executable doesn't require you to have Python or Tkinter installed on your computer.
To use the standalone executable on Linux, download the Clocky binary file from the latest release and make it executable using the following command:
chmod +x Clocky
You can then run it by double-clicking on the file or running it from the terminal using the following command:
./Clocky
The standalone executable on Linux is built on Arch Linux and should work on most modern Linux distributions.
The latest release of Clocky includes pre-built executable files for Windows (Clocky.exe) and Linux (Clocky). You can download the latest release from the releases page.
If you want to contribute to this project, feel free to submit a pull request.
Clocky is licensed under the GNU General Public License v3.0.