wojas-bt


Namewojas-bt JSON
Version 0.2 PyPI version JSON
download
home_pagehttps://github.com/wojase/wojas_bt
SummaryEasily create beautiful gradient and rainbow text in Python
upload_time2025-08-30 08:50:25
maintainerNone
docs_urlNone
authorW0jas
requires_python>=3.7
licenseMIT
keywords gradient rainbow text terminal colors ansi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Wojas Beautiful Text (`wojas_bt`)

[![PyPI version](https://img.shields.io/pypi/v/wojas_bt.svg)](https://pypi.org/project/wojas_bt/)
![Python](https://img.shields.io/badge/python-%3E%3D3.7-blue)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Build Status](https://img.shields.io/github/actions/workflow/status/wojase/wojas_bt/python-package.yml?branch=main)](https://github.com/wojase/wojas_bt/actions)

Create beautiful colored text in your terminal easily using Python gradients and rainbow animations! 🌈✨


## Features

- Smooth RGB gradients for 18+ colors
- Bold, italic, and normal styles
- Rainbow animation
- Easy-to-use import for each color/style

## Installation

```bash
pip install wojas_bt
```

## Usage / Example
```bash
from wojas_bt import red_bold, blue_italic, rainbow_animate

# Print gradients
red_bold("🔥 Bold Red Gradient 🔥")
blue_italic("💙 Italic Blue Gradient 💙")

# Rainbow animation
rainbow_animate("🌈 Hello Rainbow! 🌈", duration=5, style="bold", speed=0.05)
```

## Available Colors and Functions
Each color has three styles: normal, bold, and italic. Example for red:

- red_normal

- red_bold

- red_italic

Other colors: green, blue, yellow, orange, pink, purple, cyan, magenta, lime, aqua, gold, silver, brown, teal, indigo, grey, white.

## Authors

- [@Wojase](https://github.com/wojase)

## License
This project is licensed under the [MIT](https://choosealicense.com/licenses/mit/) License. See the LICENSE file for details.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/wojase/wojas_bt",
    "name": "wojas-bt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "gradient rainbow text terminal colors ansi",
    "author": "W0jas",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/a7/b3/5d3b960be8c973c339e8846e2bc4a01b57daa2cb48d47d77b2ba32d80e7c/wojas_bt-0.2.tar.gz",
    "platform": null,
    "description": "# Wojas Beautiful Text (`wojas_bt`)\r\n\r\n[![PyPI version](https://img.shields.io/pypi/v/wojas_bt.svg)](https://pypi.org/project/wojas_bt/)\r\n![Python](https://img.shields.io/badge/python-%3E%3D3.7-blue)\r\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\r\n[![Build Status](https://img.shields.io/github/actions/workflow/status/wojase/wojas_bt/python-package.yml?branch=main)](https://github.com/wojase/wojas_bt/actions)\r\n\r\nCreate beautiful colored text in your terminal easily using Python gradients and rainbow animations! \ud83c\udf08\u2728\r\n\r\n\r\n## Features\r\n\r\n- Smooth RGB gradients for 18+ colors\r\n- Bold, italic, and normal styles\r\n- Rainbow animation\r\n- Easy-to-use import for each color/style\r\n\r\n## Installation\r\n\r\n```bash\r\npip install wojas_bt\r\n```\r\n\r\n## Usage / Example\r\n```bash\r\nfrom wojas_bt import red_bold, blue_italic, rainbow_animate\r\n\r\n# Print gradients\r\nred_bold(\"\ud83d\udd25 Bold Red Gradient \ud83d\udd25\")\r\nblue_italic(\"\ud83d\udc99 Italic Blue Gradient \ud83d\udc99\")\r\n\r\n# Rainbow animation\r\nrainbow_animate(\"\ud83c\udf08 Hello Rainbow! \ud83c\udf08\", duration=5, style=\"bold\", speed=0.05)\r\n```\r\n\r\n## Available Colors and Functions\r\nEach color has three styles: normal, bold, and italic. Example for red:\r\n\r\n- red_normal\r\n\r\n- red_bold\r\n\r\n- red_italic\r\n\r\nOther colors: green, blue, yellow, orange, pink, purple, cyan, magenta, lime, aqua, gold, silver, brown, teal, indigo, grey, white.\r\n\r\n## Authors\r\n\r\n- [@Wojase](https://github.com/wojase)\r\n\r\n## License\r\nThis project is licensed under the [MIT](https://choosealicense.com/licenses/mit/) License. See the LICENSE file for details.\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Easily create beautiful gradient and rainbow text in Python",
    "version": "0.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/wojase/wojas_bt/issues",
        "Homepage": "https://github.com/wojase/wojas_bt",
        "Source": "https://github.com/wojase/wojas_bt"
    },
    "split_keywords": [
        "gradient",
        "rainbow",
        "text",
        "terminal",
        "colors",
        "ansi"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a478e41a2eb801e4560046a7938a7eb83c04a6168c9827589feddf84bc25930e",
                "md5": "0c14083302c4fa5712d0b7497019ad65",
                "sha256": "97c727d2996c4935d9cd8ce4536b2955df608aff1ff6b1bee482c6d36e164d65"
            },
            "downloads": -1,
            "filename": "wojas_bt-0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0c14083302c4fa5712d0b7497019ad65",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3961,
            "upload_time": "2025-08-30T08:50:24",
            "upload_time_iso_8601": "2025-08-30T08:50:24.360656Z",
            "url": "https://files.pythonhosted.org/packages/a4/78/e41a2eb801e4560046a7938a7eb83c04a6168c9827589feddf84bc25930e/wojas_bt-0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a7b35d3b960be8c973c339e8846e2bc4a01b57daa2cb48d47d77b2ba32d80e7c",
                "md5": "799c1c2b7d1401579fb1d3916a15b57e",
                "sha256": "f6d68cf6f73e6de1d081bb9395f0ca53d8ccc1cff42265751c7e0acce6bf5c29"
            },
            "downloads": -1,
            "filename": "wojas_bt-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "799c1c2b7d1401579fb1d3916a15b57e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3731,
            "upload_time": "2025-08-30T08:50:25",
            "upload_time_iso_8601": "2025-08-30T08:50:25.513018Z",
            "url": "https://files.pythonhosted.org/packages/a7/b3/5d3b960be8c973c339e8846e2bc4a01b57daa2cb48d47d77b2ba32d80e7c/wojas_bt-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-30 08:50:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wojase",
    "github_project": "wojas_bt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "wojas-bt"
}
        
Elapsed time: 0.74886s