A python package that bundled with workable AutoHotkey binary which could works for 'ahk' package
Project description
ahk-bin
A python package that bundled with workable AutoHotkey binary which could works for ‘ahk’ package
Usage
import ahkbin from ahk import AHK # If your Scripts directory of python be placed in PATH, it should works # like a charm ahk = AHK() # Otherwise, you must specific the path which bundled in our package ahk = AHK(executable_path=ahkbin.get_executable())
License
This package is licensed under GPLv2.
The license of AutoHotkey binary are described in LICENSE_AHK.txt
History
0.0.5 (2021-02-08)
Upgrade binary to AutoHotkeyU32 1.1.33.02
0.0.4 (2020-07-03)
Upgrade binary to AutoHotkeyU32 1.1.33
0.0.3 (2020-05-30)
Placed the AutoHotkey.exe into Scripts directory of python, so it’s easier to create the AHK object when Scripts directory in PATH.
Thanks @spyoungtech Spencer Phillip Young
0.0.2 (2020-04-26)
First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ahk-bin-0.0.5.zip
(461.7 kB
view hashes)