Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.09 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.09 KB

Country Quiz Program


1. Introduction

A simple quiz program based on multiple choice questions.



2. How to run this program?

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


3. Author

This program is developed by Jibran Haider.



4. Acknowledgement

I would like to acknowledge the developer of the countryinfo repository which serves as the database for this quiz program.



5. License

This program is released under the MIT License. More details can be found in the LICENSE file.