A simple quiz program based on multiple choice questions.
This quiz program is written using python version 3. It can be obtained by cloning the repository.
git clone https://github.com/jibranhaider/country-quiz
It makes use of the countryinfo python module to access country database which can be installed using pip
pip install countryinfo
The program can then be executed by running the python script inside the cloned directory.
python3 quiz.py
This program is developed by Jibran Haider.
I would like to acknowledge the developer of the countryinfo repository which serves as the database for this quiz program.
This program is released under the MIT License. More details can be found in the LICENSE file.