A simple multiple-choice quiz application built with PyQt5 in Python. The app displays questions and tracks the user's score. It provides an engaging user interface to test your knowledge across different topics.
- Graphical User Interface (GUI): Uses PyQt5 to create a user-friendly and interactive quiz interface.
- Multiple-Choice Questions: Four answer choices are presented for each question, and the user selects the correct one.
- Score Tracking: Keeps track of the user's score as they answer each question.
- Dynamic Question Navigation: Questions and answers automatically update as the user progresses.
- Python 3.x
- PyQt5
To install PyQt5, run:
pip install pyqt5