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

时间:2024-02-26 18:40:03
【文件属性】:

文件名称:ahk:AutoHotkey的Python包装器。 利用Python的美丽来利用AutoHotkey的自动化功能

文件大小:78KB

文件格式:ZIP

更新时间:2024-02-26 18:40:03

python windows automation asyncio autohotkey

阿克 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


网友评论