Metadata-Version: 2.4
Name: prttprint
Version: 2.0.1
Summary: PRTTprint is the best library to bring life to your terminal!
Author-email: Your Name <you@example.com>
License: MIT
Project-URL: Homepage, https://github.com/username/prttprint
Project-URL: Repository, https://github.com/username/prttprint
Project-URL: Issues, https://github.com/username/prttprint/issues
Project-URL: Changelog, https://github.com/username/prttprint/blob/main/CHANGELOG.md
Keywords: cli,terminal,colors,ansi,pretty,print,spinner,progress,tables,animation,sound,hud,console,text,formatting
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Terminals
Classifier: Topic :: Text Processing
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Provides-Extra: full
Requires-Dist: wcwidth; extra == "full"
Dynamic: license-file

<div align="center">

# 🎨 PRTTprint

### **The best library to bring life to your terminal!**

*Pretty Text Print — beautiful colors, sounds, spinners, tables and animations for the CLI.*

[![Python](https://img.shields.io/badge/python-3.10%2B-blue?logo=python&logoColor=white)](https://www.python.org/)
[![Version](https://img.shields.io/badge/version-2.0.1-brightgreen)](https://github.com/)
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
[![PyPI](https://img.shields.io/badge/pypi-prttprint-orange)](https://pypi.org/)
[![Lines](https://img.shields.io/badge/lines-3800%2B-purple)]()

[Install](#-installation) • [Quick Start](#-quick-start) • [Cheatsheet](#-cheatsheet--built-in-help) • [Core](#-core-basics) • [Storage](#-storage--data) • [Features](#-features)

</div>

---

## 📖 About

**PRTTprint** is a single-file library that turns boring console output into a lively, colorful and interactive experience.

No external dependencies (except optional `wcwidth`), no complex setup — just:

```python
from PRTTprint import *
init()

ok('Done!')
