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

Latest commit

 

History

History
21 lines (14 loc) · 690 Bytes

File metadata and controls

21 lines (14 loc) · 690 Bytes

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?