Skip to content

Releases: pycabbage/Clock

Release 0.1.0

08 Jun 12:32
Compare
Choose a tag to compare

CabbageClock

CabbageClock

0.1.0 Released!!!


Major changes

  • Add restart
  • Avoiding an error when the window is closed<

0.0.0

13 Apr 18:36
Compare
Choose a tag to compare

Add Checkbox "Always On Top"

CabbageClock 0.0.0 PreRelease

29 Mar 12:48
Compare
Choose a tag to compare
Pre-release

Released!!! Cabbage Clock!

icon

Cabbage Clock is la light clock on the desktop.
Use Cabbage Clock to enter

git clone https://github.com/kazukazuprogram/Clock.git
cd Clock
python3 clock.pyw

If you use Windows,

git clone https://github.com/kazukazuprogram/Clock.git
cd Clock
clock.exe

For more information, please enter

python3 clock.pyw --help

To use this program, you need to install module "tkinter". To install it,

sudo apt install python3-tk