Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 368 Bytes

readme.md

File metadata and controls

6 lines (4 loc) · 368 Bytes

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