Metadata-Version: 2.4
Name: pylaugh
Version: 0.1
Summary: A Python module that delivers programming jokes and puns!
Author: Vibhor Kedia
Author-email: vibhorkedia21@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: summary

# PyLaugh  
A Python module that delivers **programming jokes and puns**! ðŸ¤–ðŸ˜†  
Perfect for developers who need a laugh while debugging.  

## ðŸŽ‰ Features  
âœ… Random programming jokes  
âœ… Tech-related puns  
âœ… Simple & lightweight Python module  
âœ… Easy to integrate into any project  

## ðŸ›  Installation  
To install PyLaugh, run:  `pip install pylaugh`.\
Now you're ready to generate some humor!  

## ðŸ“Œ Usage  
Import PyLaugh and fetch a joke or pun:  
```python
import pylaugh

print(pylaugh.tell_joke())  # Get a random joke
print(pylaugh.generate_pun())  # Get a programming 
```
