Metadata-Version: 2.1
Name: Joking
Version: 0.0.2
Summary: Just-kidding is a python library for getting random dad jokes and more kinds of jokes
Home-page: https://github.com/Iwertyuiop123653/Joker
Author: Hasty shrimp452
Author-email: hahacoolguystaco@gmail.com
License: MIT
Keywords: Dad jokes
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.txt

# Joker

Joking is a python library for getting random dad jokes and more kinds of jokes

![](https://img.shields.io/badge/build-Passing-green?style=for-the-badge) [![forthebadge](https://forthebadge.com/images/badges/gluten-free.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/powered-by-electricity.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) ![](https://img.shields.io/badge/License-MIT-orange?style=for-the-badge) 


# Installation

you can install it by using the [pip](https://pip.pypa.io/en/stable/) package manager

```bash
pip install Joking
```

# How to Use

```python
random_dad_joke() #prints out a random dad joke
```

```python
programming_joke() #prints a random programming joke
```

```python
random_joke() #prints a random joke
```

# How it works

It works by web scraping https://icanhazdadjoke.com/ and using version 2 of jokeapi.dev

0.0.2 (7/27/2022)

