如果我计划运行一个使用pyautogui的python脚本,它可以一次运行多台计算机还是只能运行一台计算机? [英] If I plan to run a python script that uses pyautogui can it do multiple computers at once or only one?

查看:66
本文介绍了如果我计划运行一个使用pyautogui的python脚本,它可以一次运行多台计算机还是只能运行一台计算机?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

就像我上传到AWS的脚本是否具有

Like if the script I uploaded to AWS has

pyautogui.moveTo(0,0)

pyautogui.moveTo(0,0)

可以同时移动多台计算机的鼠标还是不可以?

Can it move the mouse of multiple computers at the same time or no?

谢谢!

推荐答案

我是PyAutoGUI的作者.PyAutoGUI只能在您的一台本地计算机上运行.它不能在AWS或其他无头"设置上运行.将来可能会将其作为一项功能添加,但目前尚未列入路线图.PyAutoGUI依赖于与GUI进行交互.

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.

这篇关于如果我计划运行一个使用pyautogui的python脚本,它可以一次运行多台计算机还是只能运行一台计算机?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆