Skip to content

PyPuns/PyPuns

Repository files navigation

PyPuns

Puns for everyone to laugh at.

Maintenance Maintainer GitHub Issues GitHub Pull-Requests GitHub forks GitHub stars GitHub contributors


PyPI license PyPI version fury.io PyPI pyversions PyPI status


About | Installation | Usage | Contributing | Contributors | Contacts | What's new?


About

PyPuns is a library that make you able to get random puns divided in various categories and languages.
This library was made to fill the gaps left by PyJokes for non-programming puns. I also took inspiration from their work for this repository.

Installation

pip install pypuns

You can use pip to install this package.

Usage

Import the pypuns module and use the get_pun function to get a random pun.

import pypuns

pun = pypuns.get_pun()

For further informations about the get_pun function take a look at the wiki.

Contributing

You can contribute to this project by adding new puns or by improving existing ones for the existing languages, or adding puns for a new language. Take a look at CONTRIBUTING.md for more information.

Contributors

  • Bunz

Contacts

BuyMeACoffee saythanks

What's New

First Commit