A simple trivia game using Open Trivia DB
Pulls random trivia covering a wide range of topics that a user will choose upon start of the game. The answers are pulled into one dictionary, shuffled, and presented to the user with the related question.
requests: used to access the API and request the relevant data.
json: Used to read the json data from the requested data.
random: Shuffles the correct and incorrect answers.
html: Using .unescape to format the text to exclude html characters (i.e. ").
Typing: Typehinting