Get the screen pixel color
Project description
PixelColor
Description: Get the screen pixel color
Copyright: 2022 Fabio Castelli (Muflone) muflone@muflone.com
License: GPL-3+
Source code: https://github.com/muflone/pixelcolor
Documentation: http://www.muflone.com/pixelcolor/
Description
PixelColor is a command line tool to get the color of a pixel from the screen.
You can simply pass the pixel coordinates (X and Y) and the pixel color will be printed as result.
System Requirements
- Python 3.x
- Pillow 9.3.0 (https://pypi.org/project/Pillow/)
Usage
PixelColor is a command line utility and it requires some arguments to be passed:
pixelcolor --x <X> --y <Y> [--display <DISPLAY>] [--triplets] [--hex] [--upper]
The arguments --x
and --y
refer to the pixel coordinates as left and top
positions (the first pixel is always 1x1).
The argument --display
is the graphical display to use (the DISPLAY
variable).
The argument --triplets
will return the pixel color value as a triplets of
colors (red, green, blue).
The argument --hex
will show the colors as hexadecimal values.
The argument --upper
will return the hexadecimal digits as upper case.
An example to execute PixelColor will be the following:
pixelcolor --x 100 --y 200 --hex
This will print the pixel color at coordinates 100x200.
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
Built Distribution
File details
Details for the file PixelColor-0.2.0.tar.gz
.
File metadata
- Download URL: PixelColor-0.2.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d0890be8c040b2a4d859d43ded48c0ece22d5526475c529cf916aa741f7dbf1 |
|
MD5 | f65e2e7c5070ef977ee6705511f45da1 |
|
BLAKE2b-256 | 0d0a609d86bbfcf3f79e76bc8cbc3f127919df7b367ccf04d64e444af97bdab7 |
File details
Details for the file PixelColor-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: PixelColor-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5581e2083315ec2d8abd78cf5530a5dea0629760599d72060aa76decbc112551 |
|
MD5 | 73ef06b9d78f5ae50a75a01c5cff3939 |
|
BLAKE2b-256 | e14034e3c133ac3181daeb03799383fcc8b6248f61aa67f47781b8e9ef1c592b |