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.

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.

This is a webapp version of an earlier Tkinter project which does the same.

Description

A generic eCommerce site site with call to action, user accounts and payment processing using stripe API.

Description

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

repository of that book here, by chapters here.