Skip to main content

Tells you what name a color has

Project description

Color-name

Color-name converts RGB values to English names.

pip install color-name

Example Usage

    >>>import colorname
    >>>colorname.get_color_name(255, 0, 0)
    'red'
    >>>colorname.get_color_name(129, 128, 128)
    'gray'
    >>> while colorname.get_pixel_color_name(600, 800) != 'white':
    ...     pass
    ...

Versioning

This project uses SemVer for versioning. For the versions available, see releases.

Authors

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

color-name-0.2.0.tar.gz (14.6 kB view hashes)

Uploaded Source

Built Distribution

color_name-0.2.0-py3-none-any.whl (14.7 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