Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.13 KB

File metadata and controls

23 lines (18 loc) · 1.13 KB

Quizz UP! - True or False Quiz App

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.

Features

  • 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.

How to Use

  1. Clone the repository to your local machine.
  2. Ensure you have Python installed.
  3. Install the required dependencies by running pip install -r requirements.txt.
  4. Run the main.py file to start the quiz.
  5. Answer each true or false question by pressing check-button for True or cross-button for False.
  6. After answering all questions, your score will be displayed.

Dependencies

  • Python 3.x
  • Requests library for Python (install via pip install requests)

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvement, please feel free to submit a pull request.