Using Python requests library to fetch Chuck Norris Jokes from a json API and displaying them in a CustomTkinter GUI.
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
pip install tkinter
pip install customtkinter
Depending on Python Version you may have to install requests library as well:
pip install requests