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
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 details)
Built Distribution
colorifier-1.3-py3-none-any.whl
(136.2 kB
view details)
File details
Details for the file colorifier-1.3.tar.gz
.
File metadata
- Download URL: colorifier-1.3.tar.gz
- Upload date:
- Size: 128.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
60a45760e1eb0c1960b2edb26a825092955f7a7b2f43020a122dc2bbc3e467da
|
|
MD5 |
acba2a13381b22fe19473ca487b986fd
|
|
BLAKE2b-256 |
180e2b6782dfb12fec834439051a687d24e324a15366964ca4b0f9548e6c16dc
|
File details
Details for the file colorifier-1.3-py3-none-any.whl
.
File metadata
- Download URL: colorifier-1.3-py3-none-any.whl
- Upload date:
- Size: 136.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e557ce42050c69f10428bee5c7836fc3dafa43aac76a26c63b41b03d83c28865
|
|
MD5 |
aff41d62caaead60f0460387091e0073
|
|
BLAKE2b-256 |
c14f293e2c2921d81963b657e63ebd5574666f0e1e135c17a34b0d424c370988
|