Metadata-Version: 2.4
Name: shayari-py
Version: 0.1.0
Summary: A collection of Hindi shayari categories in Python
Author-email: Param <vpramatma@gmail.com>
License: MIT
Keywords: shayari,poetry,hindi,fun,education
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Education
Classifier: Topic :: Text Processing
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# shayari-py 🌸

A Python package containing a beautiful collection of Urdu/Hindi shayari
across different emotions, moods, and life moments.

This package is designed for:
- Learning Python packages & imports
- Fun projects
- Teaching modules
- Text-based or CLI applications

---

## Shayari Categories

- Romantic – Love and romance themed shayari
- Motivational – Inspirational and uplifting shayari
- Friendship – Dosti aur yaari wali shayari
- Life – Zindagi ke tajurbe aur soch
- Heartbroken – Dard, judai aur toote dil ki shayari

---

## Installation

```bash
pip install shayari-py
```
## Usage

```python
from shayari import romantic, motivational, friendship, life, heartbroken

print(romantic.get_random_shayari())
print(life.get_all_shayari())
print(heartbroken.heal_the_heart())
```

## Example Output
```text
Mohabbat ke alfaaz kam pad jaate hain,
Jab dil sach mein kisi ko chah jaate hain.
```
## Version

2.0.0

## Author

Pram Vishwakarma
