tailwind_colors


Nametailwind_colors JSON
Version 1.4.1 PyPI version JSON
download
home_pageNone
SummaryUse the default color palette from TailwindCSS (https://tailwindcss.com/docs/customizing-colors) in your python code for plotting, image generation, etc.
upload_time2025-08-06 12:41:05
maintainerNone
docs_urlNone
authorNone
requires_python<4.0.0,>=3.8.0
licenseMIT
keywords utils utilities plotting design colors color-palette tailwind css matplotlib plotly
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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..

<br/>

**Installation:**

```bash
poetry add tailwind_colors
# or
pip install tailwind_colors
```

<br/>

**Usage:**

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tailwind_colors",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0.0,>=3.8.0",
    "maintainer_email": null,
    "keywords": "utils, utilities, plotting, design, colors, color-palette, tailwind, css, matplotlib, plotly",
    "author": null,
    "author_email": "Moritz Makowski <moritz@dostuffthatmatters.dev>",
    "download_url": "https://files.pythonhosted.org/packages/ce/ef/afcf5a276055646a43dc413229fdde0519cff31804d8997eb59179a7857a/tailwind_colors-1.4.1.tar.gz",
    "platform": null,
    "description": "# Python Tailwind Colors\n\nUse the default color palette from TailwindCSS (https://tailwindcss.com/docs/customizing-colors) in your python code for plotting, image generation, etc..\n\n<br/>\n\n**Installation:**\n\n```bash\npoetry add tailwind_colors\n# or\npip install tailwind_colors\n```\n\n<br/>\n\n**Usage:**\n\n```python\nfrom tailwind_colors import TAILWIND_COLORS_HEX, TAILWIND_COLORS_RGB\n\nprint(TAILWIND_COLORS_HEX.FUCHSIA_600)  # prints '#c026d3'\nprint(TAILWIND_COLORS_RGB.FUCHSIA_600)  # prints (192, 38, 211)\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Use the default color palette from TailwindCSS (https://tailwindcss.com/docs/customizing-colors) in your python code for plotting, image generation, etc.",
    "version": "1.4.1",
    "project_urls": {
        "documentation": "https://github.com/dostuffthatmatters/python-tailwind-colors",
        "repository": "https://github.com/dostuffthatmatters/python-tailwind-colors"
    },
    "split_keywords": [
        "utils",
        " utilities",
        " plotting",
        " design",
        " colors",
        " color-palette",
        " tailwind",
        " css",
        " matplotlib",
        " plotly"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf60e00367d7631e2c663ba1981be12736514afb6d15471ef840f22f1e52a867",
                "md5": "f10a4d69e16a92c1380b243ac96ac306",
                "sha256": "9f4456e1b3f1b7a4f0d5d4a2a3130769b11272e05c2bce4373a23b7e783825f3"
            },
            "downloads": -1,
            "filename": "tailwind_colors-1.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f10a4d69e16a92c1380b243ac96ac306",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0.0,>=3.8.0",
            "size": 16301,
            "upload_time": "2025-08-06T12:41:04",
            "upload_time_iso_8601": "2025-08-06T12:41:04.781814Z",
            "url": "https://files.pythonhosted.org/packages/cf/60/e00367d7631e2c663ba1981be12736514afb6d15471ef840f22f1e52a867/tailwind_colors-1.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ceefafcf5a276055646a43dc413229fdde0519cff31804d8997eb59179a7857a",
                "md5": "9996cdc9c6b51caf46119af2ba185633",
                "sha256": "d0e2e98a71091af95949ea58ccf622f420ef72a9057ea3313fa6821294176209"
            },
            "downloads": -1,
            "filename": "tailwind_colors-1.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9996cdc9c6b51caf46119af2ba185633",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0.0,>=3.8.0",
            "size": 16635,
            "upload_time": "2025-08-06T12:41:05",
            "upload_time_iso_8601": "2025-08-06T12:41:05.713513Z",
            "url": "https://files.pythonhosted.org/packages/ce/ef/afcf5a276055646a43dc413229fdde0519cff31804d8997eb59179a7857a/tailwind_colors-1.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-06 12:41:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dostuffthatmatters",
    "github_project": "python-tailwind-colors",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "tailwind_colors"
}
        
Elapsed time: 0.80275s