Puns for everyone to laugh at.
About | Installation | Usage | Contributing | Contributors | Contacts | What's new?
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.
pip install pypunsYou can use pip to install this package.
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.
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.
First Commit