Releases: gwiggen1/ChuckNorrisJokesAPI
Releases · gwiggen1/ChuckNorrisJokesAPI
ChuckNorrisJokesAPI
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