AutoPy跨平台的Python GUI工具包

联合创作 · 2023-09-28

AutoPy是一个简单跨平台的  Python GUI工具包,可以控制鼠标,键盘,匹配颜色和屏幕上的位图。使用纯ANSI C编写而成,可运行在Mac OS X, Windows和  X11上。

示例代码:

import autopy
def  hello_there_world():
    autopy.alert.alert("Hello, world")
hello_there_world()

下载二进制安装包:

Windows

源码安装方式:

$ git clone git://github.com/msanders/autopy.git
$ cd autopy
$ python setup.py build
浏览 7
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报