Metadata-Version: 2.4
Name: aipresenter
Version: 0.1.0
Summary: A library to format raw AI responses into beautiful UI components.
Author-email: Shaik Janu <shaiksadikjanu@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: markdown-it-py
Requires-Dist: pygments

# AIPresenter 🚀

A Python library to transform raw, messy AI responses into clean, beautiful,
and structured HTML with formatted code blocks and rich presentation styles.

This library is useful for:
- AI response formatting
- Code presentation
- HTML rendering of AI outputs
- Developer tools & platforms

---

## ✨ Features
- Formats AI-generated text
- Highlights code blocks
- Applies clean UI-friendly themes
- Lightweight and easy to integrate

---

## 📦 Installation

Install from PyPI:

```bash
pip install aipresenter
