添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

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)))

Download files

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

Source Distribution