Get rgb values at mouse position
Project description
Get rgb values at mouse position
pip install ctypes-rgb-values
from ctypes_rgb_values import get_rgb_values
cols = get_rgb_values(
sleeptime=0.0,
on_left_click=False, # if True: only captures when left mouse button is pressed
on_right_click=False, # if True: only captures when right mouse button is pressed
rgb_values=True, # if True: rgb will be returned
rgba_values=True, # if True: rgba will be returned
coords=True, # if True: coords of each color will be returned
time_value=True, # if True: time of each color change will be returned
)
# Press ctrl+c when you are done!
"""
[((107, 107, 107), (107, 107, 107, 0), (1356, 1051), 1671697419.8177068),
((99, 99, 99), (99, 99, 99, 0), (1357, 1049), 1671697419.8401546),
((99, 99, 99), (99, 99, 99, 0), (1359, 1041), 1671697419.8508923),
((99, 99, 99), (99, 99, 99, 0), (1361, 1038), 1671697419.8670166),
((99, 99, 99), (99, 99, 99, 0), (1363, 1033), 1671697419.8836083),
((99, 99, 99), (99, 99, 99, 0), (1364, 1029), 1671697419.9011772),
((99, 99, 99), (99, 99, 99, 0), (1365, 1028), 1671697419.9167929),
((99, 99, 99), (99, 99, 99, 0), (1365, 1028), 1671697419.9333844),
((99, 99, 99), (99, 99, 99, 0), (1365, 1028), 1671697419.9499762),
((99, 99, 99), (99, 99, 99, 0), (1365, 1028), 1671697419.9675448),
((117, 117, 117), (117, 117, 117, 0), (1365, 1028), 1671697419.9831607),
((117, 117, 117), (117, 117, 117, 0), (1365, 1028), 1671697420.0007331),
((117, 117, 117), (117, 117, 117, 0), (1365, 1028), 1671697420.0182958),
((117, 117, 117), (117, 117, 117, 0), (1365, 1028), 1671697420.0329359),
((117, 117, 117), (117, 117, 117, 0), (1365, 1028), 1671697420.0505047),
((117, 117, 117), (117, 117, 117, 0), (1365, 1028), 1671697420.0705392),
((250, 250, 250), (250, 250, 250, 0), (1368, 1027), 1671697420.0851743),
....
"""
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
ctypes_rgb_values-0.10.tar.gz
(4.4 kB
view hashes)
Built Distribution
Close
Hashes for ctypes_rgb_values-0.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b594c4a655f6347b6d446b241b58e276a14728c05a24a9e3299741127401482c |
|
MD5 | 2148d3b95f83fe3e54b3240cd63a8ecf |
|
BLAKE2b-256 | 740950788824b8c48096f31d436355f501e10a23a0f5b2e7d3bd6c0440f0bcfa |