AutoPy首页、文档和下载

AutoPy首页、文档和下载 - 跨平台的Python GUI工具包 - 开源中国社区

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

示例代码:

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

AutoPy首页、文档和下载

下载二进制安装包:

Windows

源码安装方式:

$ git clone git://github.com/msanders/autopy.git
$ cd autopy
$ python setup.py build