This project contains a basic clock widget created using Tkinter. This widget can be configured to start up when the system boots in Windows operating systems.
Win
+H
Show/Hide the widget window
(Win + H shortcut conflicts with Windows applications in some cases.)
Win
+T
Show/Hide the widget windowAlt
+M
Change the clock modeAlt
+0
Reset chronometerAlt
+1
Start chronometer
- Download or clone the project to your computer.
- Open a terminal or command prompt and run the following command to install the required libraries:
tkinter
pywin32
keyboard
ctypes
How to install:
pip install -r requirements.txt
The requirements.txt file contains a directory. That directory needs to be transferred to the command line.
# Example: If your 'requirements.txt' file is located at 'C:\users\pc\downloads\Desktop-Clock-Widget\'
cd C:\users\pc\downloads\Desktop-Clock-Widget
pip install -r requirements.txt
- Move the
.exe
file from the project folder to the startup folder or create a shortcut.
- Right-click in the project folder to create a shortcut for the
.exe
file. (Or you can move theexe
file directly.) - Press
Win + R
, typeshell:startup
, and press Enter. This opens the Windows startup folder. - Right-click in the startup folder and select "Paste shortcut" to add the shortcut.
It will look like this;
Clock:
Chronometer:
Warning
Montserrat and DS-DIGITAL font has been used for the clock. If this font is not installed on your computer, it may be displayed in a different font.
This project is licensed under the GPL-3.0 License. For more information, see the LICENSE file.
If you want to make any modification on these source codes while keeping new codes not protected by GPL-3.0, please contact me for a sublicense instead.
Develooped by ZNKL© 07/12/2023