Use the default color palette from TailwindCSS (https://tailwindcss.com/docs/customizing-colors) in your python code for plotting, image generation, etc.
Project description
Python Tailwind Colors
Use the default color palette from TailwindCSS (https://tailwindcss.com/docs/customizing-colors) in your python code for plotting, image generation, etc..
Installation:
poetry add tailwind_colors
# or
pip install tailwind_colors
Usage:
from tailwind_colors import TAILWIND_COLORS_HEX, TAILWIND_COLORS_RGB
print(TAILWIND_COLORS_HEX.FUCHSIA_600) # prints '#c026d3'
print(TAILWIND_COLORS_RGB.FUCHSIA_600) # prints (192, 38, 211)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tailwind_colors-1.4.0.tar.gz
(17.1 kB
view details)
Built Distribution
File details
Details for the file tailwind_colors-1.4.0.tar.gz
.
File metadata
- Download URL: tailwind_colors-1.4.0.tar.gz
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.25.0 CPython/3.12.3 Darwin/24.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
09ac857474f6bf274062ae67dc351c1858979d026109e1561f34b3dbaa407e2a
|
|
MD5 |
4e1b9d69c6bb7e165d94eb8253844e59
|
|
BLAKE2b-256 |
8cd84efc820585c4e375115507fe649cabfcedb36d6704d152efe65ce73f937a
|
File details
Details for the file tailwind_colors-1.4.0-py3-none-any.whl
.
File metadata
- Download URL: tailwind_colors-1.4.0-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.25.0 CPython/3.12.3 Darwin/24.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0c98dee7dd23fda469a23abcda53cdc23ec240c31929dd31ecbe95f5f5769bf5
|
|
MD5 |
7c4e94a9c3d016d3a82defa62bb6db1e
|
|
BLAKE2b-256 |
c80159ffadc196d367e223aa4276958a790f9c81578315e5b1a60849b6609355
|