Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 289 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 289 Bytes

COLOR NAME PYTHON

This is a Python library that will translate any RGB or Hex color into a color Name

The library has more than 1500 color names in it and gives you a very accurate color match.

Documentation

from colors import colorname

print colorname('#FFEEFF')