pypuns

Simple random puns picker


Keywords
python, puns, pypuns, chatbots, chat, jokes, random, joke, pun
License
AGPL-3.0
Install
pip install pypuns==0.4.2.0

Documentation

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 you need to wait to check the documentation that isn't ready yet.

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