Skip to main content

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


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.11.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

ctypes_rgb_values-0.11-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page