Skip to content

Latest commit

Β 

History

History
17 lines (11 loc) Β· 525 Bytes

README.md

File metadata and controls

17 lines (11 loc) Β· 525 Bytes

Trivia Quiz Application

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.

Features

  • 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.

Prerequisites

  • Python 3.x installed on your system.
  • Install the requests library if not already installed:
    pip install requests