This commit is contained in:
dingfeng.wong
2025-07-23 12:45:38 +08:00
parent 30cdcd8fba
commit 08e3f4d272
4 changed files with 478 additions and 8 deletions
+4 -1
View File
@@ -15,7 +15,7 @@ dependencies = [
"rich>=13.0.0",
"rumps>=0.4.0",
"realtimestt>=0.3.104",
"pyautogui>=0.9.54",
"pynput>=1.7.6",
]
[project.optional-dependencies]
@@ -29,6 +29,9 @@ screenshot-all = [
"pyscreenshot>=3.1"
] # All screenshot libraries for maximum compatibility
# Keyboard automation
keyboard = ["pynput>=1.7.6"] # Cross-platform keyboard automation
[project.scripts]
ocr-screenshot = "tooling.cli:cli_main"
tooling = "tooling.cli:cli_main"