Metadata-Version: 2.1
Name: richprint
Version: 0.1.0
Summary: A simple styled console output wrapper using Rich.
Author: Satyam
Author-email: Satyam <shivsatyam@gmail.com>
Project-URL: Homepage, https://github.com/demss233/richprint
Project-URL: Repository, https://github.com/demss233/richprint
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# RichPrint

A clean wrapper for Rich that lets you print with color, background, style, or presets using a chainable syntax.

## Install

```bash
pip install richprint
```
