Implemented window screen capture mode (only tested on macOS so far)

This commit is contained in:
AuroraWright
2024-01-27 08:36:49 +01:00
parent 181cbececa
commit 39b98d5edd
5 changed files with 59 additions and 7 deletions

View File

@@ -29,6 +29,7 @@ setup(
"websockets",
"notify-py",
"mss",
"pywinctl",
"pywin32;platform_system=='Windows'",
"pyobjc;platform_system=='Darwin'"
],