Aggiunge GUI di configurazione

This commit is contained in:
2026-07-01 08:59:06 +02:00
parent 8f624f5b97
commit 118f01f81a
8 changed files with 418 additions and 2 deletions

View File

@@ -5,8 +5,10 @@ description = "Windows watchdog service and tray backup utility."
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"customtkinter>=5.2.2",
"pillow>=10.0.0",
"pystray>=0.19.5",
"tomli-w>=1.0.0",
"watchdog>=4.0.0",
"pywin32>=306; platform_system == 'Windows'",
]