ChuckNorrisFacts

https://img.shields.io/pypi/v/chucknorrisfacts.svg https://img.shields.io/travis/JoseRZapata/chucknorrisfacts.svg 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 https://twoscoopspress.thinkific.com/collections

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.