Fetches 10 trivia questions from the Open Trivia Database API. Supports boolean (True/False) type questions.
Built with Tkinter, featuring a clean, themed interface. Displays questions dynamically on a canvas widget. Color-coded feedback (green for correct, red for incorrect) to enhance user experience.
Displays the current score during the quiz. Final score is shown in the console after completing the quiz.
Decodes HTML entities in the question text to display it cleanly
tkinter: For creating the GUI. requests: To fetch data from the Open Trivia Database API. html: For decoding HTML entities in question text.
Images: images/true.png: Button icon for "True." images/false.png: Button icon for "False." Ensure these image files are in the images directory relative to the script.