Metadata-Version: 2.1
Name: marathi-jokes
Version: 0.1.0
Summary: A fun Marathi Jokes library 😂
Home-page: https://github.com/yourusername/marathi-jokes
Author: Aditya Pawar
Author-email: your_email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Marathi Jokes 😂

A fun Python library that gives you random Marathi jokes.  
Also shows jokes in a mini popup window.

## Installation
```bash
pip install marathi-jokes
```

## Usage
```python
import marathi_jokes as mj

# Get one random joke
print(mj.get_joke())

# Get all jokes
print(mj.get_all_jokes())

# Show mini popup window with joke
mj.show_window()
```

Enjoy Marathi humor in Python! 😅
