First Basic Implementation of Remote Script Execution Functionality

This commit is contained in:
2025-09-03 19:17:05 -06:00
parent 3c67e3a996
commit fe18eed013
16 changed files with 2196 additions and 58 deletions

View File

@@ -24,4 +24,5 @@ pywinauto # Windows-based Macro Automation Library
# Audio Streaming Dependencies
sounddevice
numpy
numpy
pywin32; platform_system == "Windows"