文件名称:Python-Macro-Executor:用Python编写的动态宏执行器
文件大小:3KB
文件格式:ZIP
更新时间:2024-03-07 14:17:15
python macros python3 Python
Python宏执行器 安装和使用 安装依赖项: python -m pip install -r requirements.txt 运行脚本: python macro_executor.py 添加宏 注意:当前仅支持延迟按键。 如果有机会,将添加更多的宏类型! 将template.json复制到新文件,并将其重命名为可识别的名称。 打开它并编辑名称,键和延迟。 重新启动程序。 计划 更多宏类型(具有可配置延迟的键序列等) 更好的GUI和用户反馈
【文件预览】:
Python-Macro-Executor-master
----.gitignore(67B)
----macros()
--------template.json(56B)
----requirements.txt(356B)
----macro_executor.py(3KB)
----README.md(554B)