Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 823 Bytes

README.md

File metadata and controls

41 lines (34 loc) · 823 Bytes

PyDesktopClock

This is a pip package for a windows widget that display a clock.

Usage

To use this clock just install it with.

  pip install -i https://test.pypi.org/simple/ PyDesktopClock

or

  pip3 install -i https://test.pypi.org/simple/ PyDesktopClock

After u finished intalling you can import the clock in a python file

from PyDesktopClock import DesktopClock

DesktopClock.RunClock()

Run the script and a Clock should apper on your display

Keybinds

  • Press F12 to exit the clock
  • Press F9 to go to configuration where you can lock the window on screen and change the color of the displayed time

Preview Image

Changelog

v0.0.6:

  • fix white border around text if you change the color