→ English → 日本語🇯🇵
A digital water clock.
This project simulates water droplets falling and moving inside containers shaped like digital clock digits.
Using pipx:
pipx install git+https://github.com/tos-kamiya/waterclock
Or, clone and install:
git clone https://github.com/tos-kamiya/waterclock
cd waterclock
pip install .
After installation, launch the clock with the waterclock
command.
By default, the application starts with a PyQt5-based GUI. The following command-line options are available:
-
--curses
Use curses for terminal rendering. -
--pygame
Use Pygame as the GUI framework. Note that options--acceleration
and--add-hours
are only valid with Pygame. -
--theme {default,dark,light}
Set the color theme. Defaults todefault
. -
-g, --load-geometry
Restore window position and size on startup (only valid with the default PyQt5 mode). -
--no-taskbar-icon
Hide taskbar icon (only valid with the default PyQt5 mode).