/quiz-game-api

A simple quiz game in Python using the Open Trivia Database API

Primary LanguagePython

Quiz Game

A simple quiz game in Python that asks you questions with True or False answers and keeps track of your score. This app uses the tkinter GUI for the UI and the Open Trivia Database for the questions.

External Libraries

  1. requests