Implement reading from screen capture

This commit is contained in:
AuroraWright
2024-01-26 01:42:14 +01:00
parent 3d6b7a52db
commit ea0878bef1
4 changed files with 45 additions and 3 deletions

View File

@@ -27,7 +27,9 @@ setup(
"pyperclipfix",
"pynput",
"websockets",
"notify-py"
"notify-py",
"pywin32;platform_system=='Windows'",
"pyobjc;platform_system=='Darwin'"
],
entry_points={
"console_scripts": [