Files
korin-timer/requirements.txt
magges 7edbd09538
Build AppImage / build-appimage (push) Successful in 42s
Initial commit: Korin Timer
2026-08-03 20:42:26 +02:00

11 lines
397 B
Plaintext

# PyGObject (Gtk4) and gi.repository.Gtk4LayerShell come from your distro's
# system packages, NOT from pip - they wrap C libraries tied to your GTK
# install. On Arch/CachyOS:
# sudo pacman -S python-gobject gtk4 gtk4-layer-shell
# On Debian/Ubuntu:
# sudo apt install python3-gi gir1.2-gtk-4.0 gir1.2-gtk4layershell-1.0
#
# Only these are real pip dependencies:
evdev>=1.7
python-xlib>=0.33