Skip to content
Akshay Ayyanchira edited this page Dec 15, 2018 · 6 revisions

DMV NC Test practice APP

Project description: Our Project - Python based software which will allow us to practice questions preparing us to give DMV test in North Carolina.

Features

  1. Random Question Generator in each session
  2. Question set generated based on difficulty choosen
  3. Retry attempt in Easy mode
  4. Reads excel file for question set generation

Requirements

This project is built very modular so that different projects can be created using the same code base. By providing excel file with different genre of questions we can use the application to generate questionaire for different suite altogether and not just limited to DMV. However, the excel file in current implementation needs to conform to this format:-

You can also create multiple sheets and refer sheet name in the code to load data from particular sheet.

Clone this wiki locally