Ahk Client 0.0.1 | Coderz Repository

ahk-client 0.0.1

Last updated:

0 purchases

ahk-client 0.0.1 Image
ahk-client 0.0.1 Images

Free

Languages

Categories

Add to Cart

Description:

ahkclient 0.0.1

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.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.