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() 
下载二进制安装包:
源码安装方式:
$ git clone git://github.com/msanders/autopy.git $ cd autopy $ python setup.py build
评论
