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.2.tar.gz
(4.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.2.tar.gz.
File metadata
- Download URL: easyctypes-0.1.2.tar.gz
- Upload date:
- Size: 4.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 |
7352485cd119ccc30a78213ae6ed3532c98de1f0f82cf24681fc8b1516606b80
|
|
| MD5 |
0a85b3f6011b33b3a895e4f76234b1da
|
|
| BLAKE2b-256 |
67f95a0b8a1cb564beeba32ce9302afef4fc8c10d79da416afe93f092c3357e9
|
File details
Details for the file easyctypes-0.1.2-py3-none-any.whl.
File metadata
- Download URL: easyctypes-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.6 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 |
0bd6b476667d085b5bab4ef0f60982a45cbc2d721226003659f77399152e1e25
|
|
| MD5 |
d90a7b21343f72303bd9a8a995cd93a1
|
|
| BLAKE2b-256 |
5375a8db60bb21c37d4dadcd586eee77fc1a1bc535ab74535c89320b58b3b849
|