文件名称:python-autoaction:在 Linux 上用 Python 自动化 GUI 控制
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-24 09:55:42
Python
在 Python 中自动化 GUI 控制。 许可和版权 Autoaction 根据 GNU LGPL 获得许可 示例代码 import os from autoaction import Autoaction if __name__ == "__main__": file_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)), "images") # Set the image directory auto = Autoaction(file_dir) # click_image() will click the image on the screen # x, y is the width from the matching point. auto.click_ima
【文件预览】:
python-autoaction-master
----example()
--------images()
--------click_and_type.py(633B)
----test()
--------test_autoaction.py(405B)
--------test_xutils.py(982B)
----setup.py(419B)
----.gitignore(72B)
----autoaction()
--------xutils.py(4KB)
--------__init__.py(2KB)
----README.md(780B)