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.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.3.zip
(460.4 kB
view hashes)