A GUI-based Quiz Game developed using Python and Tkinter.
This project is a desktop-based quiz application developed using Python Tkinter.
The application allows users to select different subjects and answer multiple-choice questions through an interactive graphical user interface.
The project includes quizzes for:
- Python
- Java
- Data Structures and Algorithms (DSA)
- Data Analysis
- Operating System
The application automatically calculates the score and displays the final performance after quiz completion.
- Interactive GUI using Tkinter
- Multiple quiz categories
- MCQ-based questions
- Automatic score calculation
- Performance grading system
- User-friendly interface
- Python
- Tkinter
Tkinter-Quiz-Game/
│
├── main.py
├── Osy.py
├── Pyx.py
├── Java.py
├── Dsa.py
├── DA.py
└── README.md
- Install Python on your system
- Download all project files
- Open terminal or command prompt in the project folder
- Run the following command:
python main.pyThe application provides:
- Subject selection window
- Quiz questions with radio buttons
- Score calculation
- Final performance result
Rahul Ubale