550319313 发表于 2020-3-26 15:40:42

pyautogui安装

安装要安装PyAutoGUI,请pyautogui通过运行(在Windows上)或(在macOS和Linux上)从PyPI 安装软件包。(在macOS和Linux上,指的是Python 2的pip工具。)pip install pyautoguipip3 install pyautoguipip特定于操作系统的说明如下。注意:自2019年10月起,Pillow模块不支持Python 3.8。PyAutoGUI当前依赖于此模块的屏幕截图功能。窗口在Windows上,您可以使用该py.exe程序运行最新版本的Python:py -m pip install pyautogui
如果您安装了Python的多个版本,则可以选择带有命令行参数的py。例如,对于Python 3.8,运行:py -3.8 -m pip install pyautogui
(这与运行相同。)pip install pyautogui
MACOS 在macOS和Linux上,您需要运行python3:python3 -m pip install pyautogui
如果您正在运行El Capitan并在安装pyobjc时遇到问题,请尝试:MACOSX_DEPLOYMENT_TARGET=10.11 pip install pyobjc

Linux的在macOS和Linux上,您需要运行python3:python3 -m pip install pyautogui
在Linux上,此外,您需要安装scrot应用程序以及Tkinter:sudo apt-get install scrotsudo apt-get install python3-tksudo apt-get install python3-dev
PyAutoGUI安装它依赖的模块,包括PyTweening,PyScreeze,PyGetWindow,PymsgBox和MouseInfo。

TkShow 发表于 2020-3-26 22:56:44

祝资源共享吧越来越火!
页: [1]
查看完整版本: pyautogui安装