π― Quiz App β Tkinter + ttkbootstrap
A simple, modern quiz application built using Python, Tkinter, and ttkbootstrap. This project displays multiple-choice questions, evaluates answers, updates score, and shows the final result.
π Features
β Modern UI using ttkbootstrap β Multiple-choice quiz β Score tracking β Question navigation β Colored feedback (Correct / Incorrect) β Lightweight Python app β Easy to modify questions in quiz_data.py π Installation & Setup 1οΈβ£ Install Python
Make sure Python 3.8+ is installed.
2οΈβ£ Install required package pip install ttkbootstrap
3οΈβ£ Run the project python main.py (or) run in visual studio How It Works β quiz_data.py contains the questions β main.py creates the UI Loads questions Shows 4 options Evaluates answer Updates score Moves to next question Ends quiz π Final Output Shows total score Closes app after completion