A highly optimised, cross-platform mouse position and pixel color reader
Project description
Fast Pixel Scanner
A highly optimized, cross-platform mouse position and pixel color reader for Windows and macOS.
Installation
pip install fast-pixel
Usage
import fast_pixel
import time
while True:
x, y = fast_pixel.get_position()
r, g, b = fast_pixel.get_color(x, y)
print(f'X: {x} Y: {y} | RGB: {r}, {g}, {b}', end = '\r')
time.sleep(0.1)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fast_pixel-1.0.1.tar.gz
(2.2 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 fast_pixel-1.0.1.tar.gz.
File metadata
- Download URL: fast_pixel-1.0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e865a25a8a547a4bdb6dd8be93a44b7f5c2a762efbeb90b0dfe23f8c6f5473f6
|
|
| MD5 |
e3abb22a04ae920f211e17f684a4eb77
|
|
| BLAKE2b-256 |
97a10b358c542e7edf7bd6f64dfdbdf9ca5ca3b552c829d40f7eaca57bb1b8fe
|
File details
Details for the file fast_pixel-1.0.1-py3-none-any.whl.
File metadata
- Download URL: fast_pixel-1.0.1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08ad0d6b9e2af502a8f59575eb36d4d73ea38364c59c373e27a48695807387a8
|
|
| MD5 |
0f8c0570eb1ae61435c298e3b88aecf5
|
|
| BLAKE2b-256 |
f56ccd52a97f78b602bb52c75733358af4327ba8cb9f3841332d706d1cf3d1d7
|