文件名称:py-cooperhewitt-swatchbook:库珀·休伊特(Cooper Hewitt)的Python工具
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-07 23:18:07
Python
py-cooperhewitt-swatchbook 库珀·休伊特(Cooper Hewitt)的用于拼色的Python工具。 用法 使用简单 import cooperhewitt.swatchbook as sb print sb.closest('css3', '#7c5d5c') # Would print: # ('#696969', 'dimgrey') 不太简单的用法 import cooperhewitt.swatchbook as sb palette = sb.load_palette('crayola') print palette.name('#a8e4a0') # Would print: # Granny Smith Apple 简单用法 import cooperhewitt.swatchbook.crayola palette = cooperhew
【文件预览】:
py-cooperhewitt-swatchbook-master
----LICENSE(1KB)
----cooperhewitt()
--------swatchbook()
--------__init__.py(17B)
----setup.py(697B)
----.gitignore(20B)
----README.md(3KB)