Python client library for iMouse device automation and control.
pip install py-imouse-xpimport imouse
# Create a legacy API instance
client = imouse.legacy(host="localhost", port=9911, mode="websocket")
# Use the client for device controlimport imouse
# Create a new API instance
client = imouse.api(host="localhost", port=9911, mode="websocket")
# Use the client for device control- Device automation and control
- Mouse and keyboard simulation
- Image processing capabilities
- WebSocket and HTTP communication modes
- Legacy API compatibility
- Python 3.8+
- See requirements for full dependency list
MIT License