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.0.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.0.tar.gz.
File metadata
- Download URL: easyctypes-0.1.0.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 |
dc91ea83d5d9a68161fc636f88e664ad7d14b32d03fad93ca8273862bb83b946
|
|
| MD5 |
6461db2746572c9459dbbbe629eb64cb
|
|
| BLAKE2b-256 |
ad6a2c110aa468f5188b00f23f4afd2a11cb180c059ca3043753c752cfd76ec5
|
File details
Details for the file easyctypes-0.1.0-py3-none-any.whl.
File metadata
- Download URL: easyctypes-0.1.0-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 |
f6339ab39d7e59097ab7e13b2e2ff9e9b90245f6b56f7a7564a82cf84d426c8b
|
|
| MD5 |
542246e7b455c95f7031d616f50fa40c
|
|
| BLAKE2b-256 |
b4a485956d5faabcafe279015b970551d9463d95a67a6acc31bcdd7ca1115e48
|