Metadata-Version: 2.4
Name: wojas_bt
Version: 0.2
Summary: Easily create beautiful gradient and rainbow text in Python
Home-page: https://github.com/wojase/wojas_bt
Author: W0jas
License: MIT
Project-URL: Bug Tracker, https://github.com/wojase/wojas_bt/issues
Project-URL: Source, https://github.com/wojase/wojas_bt
Keywords: gradient rainbow text terminal colors ansi
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Terminals
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

# 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.

