PyQuiz is a simple and interactive quiz application built with Python using the Tkinter GUI library. The quiz fetches random trivia questions from an API and allows users to answer them. The program provides real-time feedback and displays the user's score.
- Random trivia questions fetched from an online API.
- Interactive GUI interface built with Tkinter.
- Real-time feedback on answers (green for correct, red for incorrect).
- Score tracking throughout the quiz.
- Simple, engaging user experience.
- Clone the repository:
git clone https://github.com/Tsaousidis/pyquiz.git- Navigate to the project directory:
cd pyquiz- Install the required dependencies by running:
pip install requests- Run the program by executing:
python main.py- Python 3.x
tkinterrequestslibrary for making API requests
- Python 🐍
- Object-Oriented Programming (OOP) principles
requestsfor API callstkinterfor the GUI interface.
👨💻 Created by Tsaousidis
🎉 Have fun tracking the Kanye quotes! Let me know your thoughts and suggestions! 🎉
