Chinaunix首页 | 论坛 | 博客
  • 博客访问: 8323663
  • 博文数量: 1413
  • 博客积分: 11128
  • 博客等级: 上将
  • 技术积分: 14685
  • 用 户 组: 普通用户
  • 注册时间: 2006-03-13 10:03
个人简介

follow my heart...

文章分类

全部博文(1413)

文章存档

2013年(1)

2012年(5)

2011年(45)

2010年(176)

2009年(148)

2008年(190)

2007年(293)

2006年(555)

分类: Python/Ruby

2010-01-19 11:08:13

可以主要用于控制键盘和鼠标,与autoit非常相似。用法超级简单,官方站点:,在windows,MAC和linux下面都可以使用。
最简单的示例:

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


Cross platform alerts
阅读(8670) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~