Metadata-Version: 2.4
Name: pylaugh
Version: 0.3
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

number_of_jokes = 2
number_of_puns = 2

tell_jokes(number_of_jokes)  # Get a random joke
pylaugh.generate_puns(number_of_puns) # Get a programming pun
# You can also generate this doc by doing

pylaugh.generate_docs()

```
