A ctypes-based module for advanced mouse control and device access
Project description
easyctypes
A Python module using ctypes for advanced system-level functionality such as mouse control and device access.
Installation
You can install this package via pip:
pip install easyctypes
Usage
from easyctypes import move_mouse, click_mouse, list_devices
# Move the mouse to position (200, 300)
move_mouse(200, 300)
# Simulate a left mouse click
click_mouse()
# List available devices
devices = list_devices()
print(devices)
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
easyctypes-0.1.1.tar.gz
(2.8 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 easyctypes-0.1.1.tar.gz.
File metadata
- Download URL: easyctypes-0.1.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5867ecb1bbbc69371a9855591c102cec69a397721f530bab873874528b7c4b0
|
|
| MD5 |
f6bbe9b71bf00a93e914e2e0d8524fc4
|
|
| BLAKE2b-256 |
41a6d1f04bf01392987dc3a4d44cbb98f743279cdc1a2a0a8d18b82653b00ef7
|
File details
Details for the file easyctypes-0.1.1-py3-none-any.whl.
File metadata
- Download URL: easyctypes-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acbef7be82837eb2ad5149dd13873339dd049dfe94cfa9024a3594574842e29a
|
|
| MD5 |
7cd832520e2b95dc3c7db14b84d4660f
|
|
| BLAKE2b-256 |
8b00e0076306621778ae9e350b771e57e46ef5e28077f387be3bdd62ab3e87cd
|