Metadata-Version: 2.4
Name: print-toolkit
Version: 1.1.2
Summary: Additional useful output features - multi‑colored text (RGB) and animated loading
Author: Hexofu
Author-email: sashanaumov0101@gmail.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary


# Print Toolkit

**Additional useful output features – multi‑colored text (RGB support) and beautiful animated loading with various presets.**

## Features

- 🎨 Multi‑colored text – 8 standard terminal colors
- 🌈 True RGB support – 16 million colors
- 📊 Beautiful animated visual loading – 8 unique presets
- ⚡ Simple and intuitive API
- 🔧 Zero external dependencies

## Installation

```bash
pip install print-toolkit
```

## Quick Start

```python
from print_toolkit import printclr, printrgb, visload, RED

printclr("Hello World!", RED)
printrgb("RGB color", 255, 105, 180)
visload(text="Loading: ", end=30, color=GREEN)
```

## Available Styles

| Style | Symbols |
|-------|---------|
| `default` | — |
| `minusplus` | `-` / `+` |
| `zeroone` | `0` / `1` |
| `blocks` | `░` / `█` |
| `circles` | `○` / `●` |
| `squares` | `□` / `■` |
| `hash` | `.` / `#` |
| `lines` | `\` / `/` |

## License

MIT

## Author

Hexofu
