Skip to main content

Classifier for colors

Project description

Colorifier

A library to classify colors

How to use

from colorifier import Classifier
model = Classifier()
print(model.classify_hex("#e6194b"))
print(model.classify_rgb((255, 0, 0)))
print(model.classify_hsv((0, 255, 255)))

Project details


Release history Release notifications | RSS feed

This version

1.3

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

colorifier-1.3.tar.gz (128.9 kB view hashes)

Uploaded Source

Built Distribution

colorifier-1.3-py3-none-any.whl (136.2 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