python模块-pyautogui
官方文档:https://pyautogui.readthedocs.io/en/latest/
一、使用环境:Debian 10 需要python3以上
安装ipython: apt-get update && apt-get install ipython
升级pip:python -m pip install --upgrade pip
安装wheel:pip install wheel -i https://mirrors.aliyun.com/pypi/simple/
安装setuptools: pip install setuptools -i https://mirrors.aliyun.com/pypi/simple/
二、安装pyautogui
1、下载:wget https://files.pythonhosted.org/packages/a3/69/c8b0cab7cbc6badbc0079392e5d4b50f3e4be63e0091f0f414bd1ea4ac07/PyAutoGUI-0.9.50.tar.gz
2、安装pyautogui:pip install PyAutoGUI-0.9.50.tar.gz --no-deps
三、使用pythongui,详细函数,参考官网

浙公网安备 33010602011771号