🧠 Simple Quiz App using Python & Tkinter This is a beginner-friendly quiz application developed using Python and the Tkinter GUI toolkit. It presents a series of multiple-choice questions to the user. After answering all the questions, the app displays the final score.
✨ Features Simple and clean GUI using Tkinter
10 shuffled multiple-choice questions
Immediate scoring at the end of the quiz
Option to restart the quiz or exit
Randomized question order each time
🖥️ How It Works Questions are stored in a Python list with options and correct answers.
Users select an answer using radio buttons.
Clicking Next proceeds to the next question.
On completion, a popup displays the total score.
The Restart button can be used to retake the quiz with reshuffled questions.
The Exit button closes the app.
Save main.py and (optionally) the quizicon.ico file in the same folder.