1. 首页
  2. 数据库
  3. 其它
  4. ahk:AutoHotkey的Python包装器。 利用Python的美丽来利用AutoHotkey的自动化功能 源码

ahk:AutoHotkey的Python包装器。 利用Python的美丽来利用AutoHotkey的自动化功能 源码

上传者: 2021-02-18 02:11:12上传 ZIP文件 77.89KB 热度 19次
阿克 AHK周围的Python包装器。 安装 pip install ahk 需要Python 3.6+ 需要Python 3.8+ 另请参见 用法 from ahk import AHK ahk = AHK () ahk . mouse_move ( x = 100 , y = 100 , blocking = True ) # Blocks until mouse finishes moving (the default) ahk . mouse_move ( x = 150 , y = 150 , speed = 10 , blocking = True ) # Moves the
下载地址
用户评论