Skip to main content

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


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)

Uploaded Source

Built Distribution

ahk_client-0.0.1-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page