skip to navigation
skip to content

colorclassifier 2.0.0

Color classifier

Downloads ↓

Author
Joar Wandborg
License
GPL

Introduction

You give Classifier a RGB color value, Classifier gives you the most appropriate color name it can find.

Usage

>>> from colorclassifier import Classifier
>>> classifier = Classifier(
...    rgb=[255, 170, 0])
>>> classifier.get_name()
'Orange'
 
File Type Py Version Uploaded on Size # downloads
colorclassifier-2.0.0.linux-x86_64.tar.gz (md5)
built for Linux-2.6.38-10-generic-x86_64-with-glibc2.9
"dumb" binary any 2011-07-28 3KB 256
colorclassifier-2.0.0.tar.gz (md5) Source 2011-07-28 2KB 255