This is a Python application that retrieves trivia questions from the Open Trivia Database API and presents them to the user in a quiz format.
- Fetch trivia questions from the Open Trivia Database API.
- Display questions and multiple-choice answers to the user.
- Allow the user to input their answers and keep track of the score.
- Python 3.x installed on your system.
- Install the
requests
library if not already installed:pip install requests