Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 481 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 481 Bytes

Terminal-Quiz

First python project to learn Python programming language.

Implementation

  • A python script that uses intelligence to generate a quiz template in the form executable python code.
  • When the main file is executed it has an option to create a custom quiz.
  • User can create a quiz with a custom number of questions.
  • It also support a level-up quiz (Level of questions depend on previous correct answers).
  • The responses of the quiz are stored in a text file.