A Python client for connecting to an ahk server
Project description
ahk-client
A client for ahk-server.
Installation
pip install ahk-client
Usage
Usage is nearly identical to the ahk package, except you specify
a remote host (running ahk-server
) to connect to instead of using a local installation of AutoHotkey.
from ahk_client import AHKClient
ahk = AHKClient('http://127.0.0.1:8000')
print(ahk.get_mouse_position())
Status
This project (and its server counterpart) is usable, but in very early stages of development. Notably, it does not currently include any authentication mechanisms for securing connection with the remote server, so use with caution.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ahk_client-0.0.1.tar.gz
(3.9 kB
view hashes)
Built Distribution
Close
Hashes for ahk_client-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9651a6089895caca8214d70634cbfef43b7f32a12a2b5a0006bdfe0c463dfc83 |
|
MD5 | e0c6c137dd4059d81695da1298d5f3bf |
|
BLAKE2b-256 | 2febe08557c6ba6bca373d75bf9bd3e5a5622ae904920314bf5c4c9135294129 |