浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

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()

下载二进制安装包:

Windows

源码安装方式:

$ git clone git://github.com/msanders/autopy.git
$ cd autopy
$ python setup.py build
posted on 2014-03-04 10:46  lexus  阅读(701)  评论(0编辑  收藏  举报