Quizzer

Description

Quizzer is a small desktop 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.