If I plan to run a python script that uses pyautogui can it do multiple computers at once or only one?

眉间皱痕 提交于 2021-02-07 09:45:02

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!