chucknorrisfacts

Display a random Chuck Norris Joke


Keywords
chuck, norris, jokes, chuck-norris, pypi, python
License
MIT
Install
pip install chucknorrisfacts==0.2.6

Documentation

ChuckNorrisFacts

Documentation Status

Display a random Chuck Norris Jokes

I made this simple Package as an exercise to practice python packing for the course Creating and Distributing Python Packages from courses.twoscoopspress.com

Usage

To use ChuckNorrisFacts in a python project:

from chucknorrisfacts.chucknorrisfacts import cnfacts

cnfacts()

Response example:

***Chuck Norris Facts***

Scientists have estimated that the energy given off during the Big Bang is roughly equal to 1CNRhK (Chuck Norris Roundhouse Kick).

***

Other Pypi packages About Chuck Norris facts

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.