Quiz Py is a simple quiz program created using the Python programming language. This Quiz Py program was developed as an academic project. I hope you enjoy using it and learn more about Python programming through this project.
Here are the main features of the Quiz Py program:
- Quiz Theme Selection: The program allows users to select the theme of the quiz to be taken. Users can choose from a variety of themes available.
- Answer Scoring: After answering the questions in the quiz, the program will provide feedback on the correct and incorrect answers. In addition, the final score will also be displayed to the user.
- "Play Again" feature: Users can easily take the quiz again without having to restart the program. This "Play Again" feature allows users to continue practicing and improving their scores.
- Ease of Adding Questions: The program is designed to make it easy to add new questions to the quiz. Users can change the question data without having to change the logic code of the program.
- User Friendly Interface: Users will be presented with an attractive and easy to understand interface. This aims to provide a pleasant experience while taking the quiz.
To use the Quiz Py program, follow these steps:
-
Make sure you have Python installed on your computer.
-
Clone this repository to your computer:
git clone https://github.com/shafygunawan/quiz-py.git
-
Open the Quiz Py repository in the terminal:
cd quiz-py
-
Run the program by running the main file:
python quiz.py
-
Select the quiz theme you want to work on.
-
Follow the instructions that appear on the screen to answer the questions in the quiz.
-
Once completed, the program will display your feedback and score.
-
If you wish to take the quiz again, use the "Play Again" option provided.
If you find this project useful and would like to support me, you can Buy Me a Coffee.
This project is licensed under the MIT License. More details can be found in the LICENSE file.
Thank you for using Quiz Py!