文件名称:ColorPalette:适用于python的颜色模块
文件大小:10KB
文件格式:ZIP
更新时间:2024-03-07 01:25:02
Python
该项目不再处于积极开发中。 现在是只读的! 调色板 Python套件,易于着色 安装 github的: python -m pip install git+https://github.com/SnowballSH/color_palette.git@master 点数: pip install color-palette 用法 from color_palette import Color , mix , presets my_rgb = Color (( 255 , 0 , 0 )) # You can either call on rbg print ( my_rgb ) # You can print the different values with both hex and rgb my_hex = rgb . switch ( "hex" ) # You can
【文件预览】:
ColorPalette-master
----setup.py(1KB)
----.gitignore(2KB)
----color_palette()
--------errors.py(468B)
--------color_checks.py(702B)
--------output.py(1KB)
--------__init__.py(272B)
--------picker.py(549B)
--------mixing.py(1KB)
--------presets.py(732B)
--------color.py(3KB)
--------conversion.py(957B)
----MANIFEST.in(30B)
----LICENSE(1KB)
----test.py(192B)
----docs()
--------index.rst(1KB)
--------README.md(2KB)