Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

PythonQuizzer

Test your Python programming knowledge with this command-line quiz application.

Features:

  • Multiple choice questions sourced from a JSON file.
  • A timer restricts the time you have to answer each question.
  • At the end of the quiz, your score is displayed.

Questions:

The questions for the quiz are stored in a JSON format in the questions.json file. The structure of the file allows for easy addition or modification of questions.

Usage

Run the script using:

python quiz.py

You'll be presented with a series of Python-related multiple-choice questions. Answer within the time limit and test your Python knowledge! How many can you get out of 10?