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.
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.
This is a webapp version of an earlier Tkinter project which does the same.
A generic eCommerce site site with call to action, user accounts and payment processing using stripe API.
A todo list made using django and following TDD principles.
It features custom passwordless authorisation.
This project is me following the book TDD with Python Link to book and