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.3.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.3.tar.gz.
File metadata
- Download URL: easyctypes-0.1.3.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 |
2398451348f8dbebd385c7b6f3ce97f8597f36e73256df79377f8d59e56dd860
|
|
| MD5 |
0f2a299a55d29074c12afcd628173b5d
|
|
| BLAKE2b-256 |
679f13795edf364fdc7d9dbb848cef642c0d28c601b8e1c7615c12f14df50e15
|
File details
Details for the file easyctypes-0.1.3-py3-none-any.whl.
File metadata
- Download URL: easyctypes-0.1.3-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 |
a99591f2ee5fe1774acdd8723f9842587a37f793b680bc677dd2c28913152db5
|
|
| MD5 |
b20acada4f4840ccd1c90193f4fe8107
|
|
| BLAKE2b-256 |
2f402a53c51aaa03a072400395f61918d3a2942170b279e53741b038f99f0267
|