Skip to content

v1.0

Latest
Compare
Choose a tag to compare
@spignelon spignelon released this 30 Mar 08:51
· 5 commits to main since this release

Clocky v1.0 Release

Clocky is a simple clock application developed using Python and Tkinter. It displays the current time in hours, minutes, and seconds with an AM/PM indicator, and updates itself every second. The clock is positioned at the top-right corner of the screen as an overlay widget.

With this release, we are including pre-built Windows and Linux executable files, Clocky.exe and Clocky, respectively, which were created using PyInstaller. This means that you can now run Clocky without needing to have Python or the Tkinter module installed on your computer.

To use the executables, simply download the corresponding file for your operating system and double-click it to run the clock. You can also download the source code and run it as a Python script using the python Clocky.py command.

Changes in this release

  • Added pre-built Windows executable file (Clocky.exe)
  • Added pre-built Linux executable file (Clocky)
  • Minor bug fixes and improvements

Clocky is licensed under the GPL-3.0 License