Skip to content

sera619/PyDesktopClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A PyPi Package for a desktop clock

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages