Skip to main content

Python package to get jokes and puns.

Project description

Joker.py

About

A simple python package to get jokes and puns.

How to use?

You can use this by package from Joker.py

pip install joker.py

Why use this?

To fetch jokes and puns on your projects.

How to use?

from joker import Joker


joker = Joker()
joke = joker.joke()
print(joke)

puns = joker.puns(5)
for pun in puns:
    print(pun)

Want To Contribute?

You can send a pull request or open an issue to contribute. Check out Code Of Conduct before contributing.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

joker.py-0.0.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

joker.py-0.0.1-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page