Welcome to Quizz UP!, a simple yet fun true or false quiz app! This project utilizes the Open Trivia Database (OpenTDB) API to provide users with a quick and entertaining quiz experience.
- True or false quiz: Test your knowledge with 10 true or false questions.
- Randomized questions: Questions are fetched randomly from the OpenTDB API, providing a unique experience with each quiz attempt.
- User-friendly interface: Intuitive design for a smooth quiz-taking experience.
- Clone the repository to your local machine.
- Ensure you have Python installed.
- Install the required dependencies by running
pip install -r requirements.txt. - Run the
main.pyfile to start the quiz. - Answer each true or false question by pressing check-button for True or cross-button for False.
- After answering all questions, your score will be displayed.
- Python 3.x
- Requests library for Python (install via
pip install requests)
Contributions are welcome! If you find any bugs or have suggestions for improvement, please feel free to submit a pull request.