文件名称:pyautogui:适用于人类的跨平台GUI自动化Python模块。 用于以编程方式控制鼠标和键盘
文件大小:260KB
文件格式:ZIP
更新时间:2024-05-02 08:54:52
Python
PyAutoGUI的 PyAutoGUI是人类的跨平台GUI自动化Python模块。 用于以编程方式控制鼠标和键盘。 pip install pyautogui 完整文档可在 简体中文文档可在 源代码位于 如果您需要安装Python的帮助,请访问 依存关系 PyAutoGUI支持Python 2和3。如果要使用pip从PyPI安装PyAutoGUI: Windows没有依赖项。 Win32扩展不需要安装。 macOS需要按此顺序安装rubicon-objc模块。 Linux需要安装python3-xlib(或Python 2的python-xlib)模块。 需要安装Pillow,在Linux上,您可能需要安装其他库,以确保Pillow的PNG / JPEG正常工作。 看: https://*.com/questions/7648200/pip-ins
【文件预览】:
pyautogui-master
----setup.py(2KB)
----.gitignore(103B)
----MANIFEST.in(213B)
----pyautogui()
--------_pyautogui_x11.py(15KB)
--------_pyautogui_osx.py(14KB)
--------__init__.py(76KB)
--------_pyautogui_win.py(20KB)
--------__main__.py(57B)
--------_pyautogui_java.py(0B)
----LICENSE.txt(1KB)
----README.md(5KB)
----tests()
--------test_pyautogui.py(34KB)
--------25x25blueimage.png(93B)
--------100x100redimage.png(205B)
--------100x100blueimage.png(204B)
----AUTHORS.txt(3KB)
----CHANGES.txt(4KB)
----docs()
--------install.rst(1KB)
--------roadmap.rst(2KB)
--------Makefile(7KB)
--------index.rst(6KB)
--------conf.py(5KB)
--------tests.rst(594B)
--------msgbox.rst(1KB)
--------sorcerers_apprentice_brooms.png(113KB)
--------make.bat(6KB)
--------keyboard.rst(5KB)
--------calculator.png(23KB)
--------quickstart.rst(6KB)
--------screenshot.rst(8KB)
--------square_spiral.png(54KB)
--------mouse.rst(10KB)
--------source()
--------calc7key.png(3KB)
----tox.ini(438B)