Metadata-Version: 2.4
Name: roastme
Version: 0.1.1
Summary: Drop savage roasts with a single line of code
Author: Harsh srivastava
Author-email: blueharsh2@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# 🔥 roastme — The Python Roast Engine

> A simple Python package to roast your friends, enemies, or that one guy who still writes Python 2 code.  
> Because your code shouldn’t be the only thing throwing insults.

---

## 🚀 Install

```bash
pip install roastme
```

---

## ⚔️ How to Use

```python
from roastme import get_roast

print(get_roast("harsh"))
# harsh, You bring everyone so much joy… when you leave the room.
```

---

## 📦 Example Output

```python
get_roast("alex")
# alex, You have something on your chin... no, the third one down.

get_roast("ravi")
# ravi, If I had a dollar for every smart thing you said, I’d be broke.

get_roast("you")
# you, You have something on your face… oh wait, that’s just your personality.
```

---

## 🧠 Why This Exists

- Because we need a Python package that actually insults people  
- Because roasting is an art, and now it’s importable  
- Because every intern needs a legacy

---

## 💡 About

Built with `random.choice()` and bad intentions.  
Roast responsibly. Or don’t. We don’t judge — we roast.

---
