https://github.com/spyoungtech/ahk-binary
Convenience AutoHotkey binary install for Python ahk
https://github.com/spyoungtech/ahk-binary
Last synced: 5 months ago
JSON representation
Convenience AutoHotkey binary install for Python ahk
- Host: GitHub
- URL: https://github.com/spyoungtech/ahk-binary
- Owner: spyoungtech
- License: gpl-2.0
- Created: 2021-08-14T17:56:38.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T09:49:05.000Z (over 1 year ago)
- Last Synced: 2025-12-22T00:47:51.623Z (6 months ago)
- Language: Shell
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
ahk-binary
==========
Packages the AutoHotkey binary as an installable Python package. Intended for use with the [`ahk` package](https://pypi.org/project/ahk/).
The license of AutoHotkey is included in the `AutoHotkey_LICENSE` file.
Installation:
Since this is used as an accessory to the `ahk` package, the recommended way to do this is to use the "extras" from ahk::
$ pip install ahk[binary]
Alternatively, it can be installed directly::
$ pip install ahk-binary