问题
Like if the script I uploaded to AWS has
pyautogui.moveTo(0,0)
Can it move the mouse of multiple computers at the same time or no?
Thanks!
回答1:
I'm the author of PyAutoGUI. PyAutoGUI can only run on your single, local machine. It can't run on AWS or other "headless" setups. This might be added as a feature in the future, but it currently isn't on the roadmap. PyAutoGUI relies on having a GUI to interact with.
来源:https://stackoverflow.com/questions/51343713/if-i-plan-to-run-a-python-script-that-uses-pyautogui-can-it-do-multiple-computer