AutoHotkey.py:用Python编写AutoHotkey脚本

时间:2024-05-24 09:02:12
【文件属性】:

文件名称:AutoHotkey.py:用Python编写AutoHotkey脚本

文件大小:131KB

文件格式:ZIP

更新时间:2024-05-24 09:02:12

python autohotkey Python

AutoHotkey.py 用Python编写AutoHotkey脚本。 描述 AutoHotkey.py提供了一个用户友好的API,使用户可以利用AutoHotkey的功能在Python中编写热键和自动化脚本。 它是通过将Python DLL嵌入AutoHotkey进程来实现的。 快速开始 确保已安装 3.7或更高版本以及 1.1.28或更高版本。 将软件包安装到Python用户安装目录。 为此,将以下内容复制并粘贴到PowerShell窗口中: py - m pip install -- user autohotkey.py 将样例代码写到playground.py文件中: @" import sys import ahkpy as ahk ahk.message_box("Hello!") @ahk.hotkey("F1") def bye(): ahk.messa


【文件预览】:
AutoHotkey.py-master
----MANIFEST.in(242B)
----requirements()
--------docs.txt(1KB)
--------tests.txt(594B)
--------tests.in(28B)
--------dev.in(72B)
--------dev.txt(3KB)
--------docs.in(7B)
----.vscode()
--------tasks.json(484B)
----examples()
--------kde_move.py(702B)
--------set_keyboard_layout.py(1KB)
--------switch_between_app_windows.py(2KB)
--------compose_key.py(780B)
--------window_group.py(2KB)
--------LICENSE.md(668B)
--------remap_ctrl_arrow.py(970B)
--------window_management.py(440B)
--------restart_app_hotkey.py(614B)
--------remote_send.py(1KB)
--------onenote_ctx.py(372B)
----tox.ini(298B)
----setup.cfg(1KB)
----LICENSE.md(1KB)
----ahkpy()
--------colors.py(424B)
--------settings.py(8KB)
--------exceptions.py(1KB)
--------unset.py(132B)
--------launcher.py(3KB)
--------hotstring.py(13KB)
--------sending.py(6KB)
--------menu.py(27KB)
--------tooltip.py(5KB)
--------hotkey.py(6KB)
--------main.py(9KB)
--------message_box.py(10KB)
--------window_message.py(3KB)
--------__init__.py(1KB)
--------window.py(94KB)
--------block_input.py(1KB)
--------__main__.py(35B)
--------key_state.py(5KB)
--------clipboard.py(4KB)
--------remap_key.py(3KB)
--------flow.py(7KB)
--------timer.py(6KB)
--------mouse.py(12KB)
--------Lib()
--------hotkey_context.py(6KB)
--------Python.ahk(17KB)
----setup.py(221B)
----README.md(2KB)
----.pre-commit-config.yaml(240B)
----docs()
--------make.bat(760B)
--------install.rst(546B)
--------conf.py(3KB)
--------advanced.rst(5KB)
--------quickstart.rst(13KB)
--------index.rst(648B)
--------Makefile(634B)
--------api.rst(8KB)
--------appendix.rst(35KB)
--------_static()
----.editorconfig(187B)
----tests()
--------test_key_state.py(2KB)
--------test_sending.py(924B)
--------test_cli.py(11KB)
--------test_tooltip.py(2KB)
--------test_flow.py(4KB)
--------test_remap_key.py(1KB)
--------test_hotkey.py(5KB)
--------test_block_input.py(2KB)
--------test_clipboard.py(2KB)
--------test_builtin.py(1KB)
--------test_menu.py(11KB)
--------__init__.py(0B)
--------test_window_message.py(2KB)
--------test_mouse.py(2KB)
--------test_message_box.py(2KB)
--------conftest.py(3KB)
--------test_window.py(28KB)
--------test_hotstring.py(9KB)
--------test_timer.py(3KB)
--------test_hotkey_context.py(1KB)
----.gitignore(128B)
----.readthedocs.yaml(328B)

网友评论