Python client library for iMouse device automation and control
Project description
py-imouse-xp
Python client library for iMouse device automation and control.
Installation
pip install py-imouse-xp
Quick Start
Using the Legacy API
import imouse
# Create a legacy API instance
client = imouse.legacy(host="localhost", port=9911, mode="websocket")
# Use the client for device control
Using the New API
import imouse
# Create a new API instance
client = imouse.api(host="localhost", port=9911, mode="websocket")
# Use the client for device control
Features
- Device automation and control
- Mouse and keyboard simulation
- Image processing capabilities
- WebSocket and HTTP communication modes
- Legacy API compatibility
Requirements
- Python 3.8+
- See requirements for full dependency list
License
MIT License
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
py_imouse_xp-1.0.1.tar.gz
(25.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_imouse_xp-1.0.1.tar.gz.
File metadata
- Download URL: py_imouse_xp-1.0.1.tar.gz
- Upload date:
- Size: 25.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
173f3b88aa15d0e6390eb97e3c3449206fa2c492e341efeff15aafe60ef3f218
|
|
| MD5 |
72d62e044ebd0d2a7bed6559f3424f66
|
|
| BLAKE2b-256 |
10c30a0b7ec30d90f95adebd2a406ec62946f390b9cbf4305bcff1d24a7af117
|
File details
Details for the file py_imouse_xp-1.0.1-py3-none-any.whl.
File metadata
- Download URL: py_imouse_xp-1.0.1-py3-none-any.whl
- Upload date:
- Size: 34.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f56499062d6a438ff5eb2febccab67d98b507c0c7f0bac17b09c069ace86b553
|
|
| MD5 |
101fce313ee81e20db6bcc174c9127b9
|
|
| BLAKE2b-256 |
015bff1e3e150b099e225e5ecfc99c86f21d2ba36ca2e85545bd0105772f36fb
|