Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.94 KB

File metadata and controls

43 lines (31 loc) · 1.94 KB

Quiz App

A quiz app created in Python. It is a simple right or wrong quiz app that retrieves 10 questions from an online database and provides the user a final score. It also provides feedback to let the user know whether they are correct and that the quiz has ended.

How to Use

The file is written in standard Python that uses three modules:

  • tkinter
  • html
  • requests

Two of these modules should be included with the standard Python libraries, the requests module will need to be installed. The information for this module can be found here.

File descriptions:

  • Main - calls the functions of the app.
  • data - retrieves the information from the website
  • question_model - helps formats the retrieved questions.
  • quiz_brain - Checks the answers and stores the information
  • ui - Creates and adjusts the ui of the app.

How you can help

If you wish to contribute to any of my files, you are more than welcome to as long as you keep in mind the following:

  • Provide a description of any minor changes before commiting.
  • If you are making major changes please branch the project.
  • Provide a name/handle so you can be aknowledged for your work.
  • You do not require my permission to proceed with any changes.
  • As this is Unlicensed the project may be copied to another repository for any reason at any time and used how they see fit.

License

This project falls under The Unlicense allowing for the use of this project for any purpose. For more information on this type of license please see the LICENSE.md

Contact

Please feel free to contact me here: