Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 439 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 439 Bytes

Quizzer

Quizzer is a small application that reads an SQLite database of countries and then asks what the capital of a randomly chosen country is.

It presents this in the form of a multiple choice question with one correct answer and three incorrect answers.

The application uses Tkinter to present itself as a GUI for the user to interact with. I wrote this mainly as a small project to familiarise myself with the Tkinter interface.