Python (multi-topic) quiz application
Python programming language quiz application for the terminal, that can quiz you and your friends on a range of topics.
- Python 3
- tomli 2.0.1
- TOML (Tom's Obvious Minimal Language)
i. Clone the git repo
https://github.com/AAdewunmi/Quiz-Application.git
ii. Open project folder
iii. Explore
⭐️ Configure path to *.toml file in *.py file
⭐️ tomllib: You will need Python 3.11 installed to use the tomllib module.
$ pip install tomllib
ERROR: Could not find a version that satisfies the requirement tomllib (from versions: none)
ERROR: No matching distribution found for tomllib
- Run quiz.py (Either in IDE or Command line)
First choose a topic, then you get a set of questions. Then, for each question, you’ll choose an answer from a set of alternatives. Some questions may have multiple correct answers. You can access a hint to help you along the way. After answering a question, you’ll read an explanation that can provide more context for the answer.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Author: Geir Arne Hjelle
URL: https://realpython.com/python-quiz-application/
Date: 08 June, 2022