Skip to content

Releases: gwiggen1/ChuckNorrisJokesAPI

ChuckNorrisJokesAPI

05 Jan 23:57
d702f95
Compare
Choose a tag to compare

ChuckNorrisJokesAPI

Using Python requests library to fetch Chuck Norris Jokes from a json API and displaying them in a CustomTkinter GUI.

Disclaimer

These jokes are not my own and are not meant to harm Churck Norris's Reputation or spread false information.
I am also unsure of the contents of all the jokes,use with CAUTION

Requirements

pip install tkinter
pip install customtkinter

Depending on Python Version you may have to install requests library as well:

pip install requests

GUI

ChuckJokesGUI

API Credit to Chuck Norris API by mattchilling (Rapid API)

Chuck Norris API Website