An open API service indexing awesome lists of open source software.

https://github.com/venopyX/QuizGenius


https://github.com/venopyX/QuizGenius

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# QuizGenius

QuizGenius is the final project for the [Python Legendary Course](https://www.codedex.io/python) offered by [Codedex](https://www.codedex.io/). It is a Python-based trivia game that fetches questions from the Open Trivia Database and presents them to the user.

## Project Description

QuizGenius is a Python application that interacts with the Open Trivia Database API. It fetches trivia questions and presents them to the user in a multiple-choice or true/false format. The user's score is tracked throughout the game.

## Features

- Fetches trivia categories from the Open Trivia Database.
- Fetches a specified number of multiple-choice or true/false questions from a specified category.
- Tracks the user's score throughout the game.

## How to Run

To run QuizGenius, you will need Python installed on your machine. You can then run the `main.py` file in your terminal.

```bash
python main.py
```

## Author

QuizGenius was created by me [Gemechis Chala](https://www.codedex.io/@gladsonchala), also known as [ScorpiDev](https://www.codedex.io/@gladsonchala).

## Acknowledgements

A big thank you to Codedex for the Python Legendary Course and the opportunity to work on this project.

## License

QuizGenius is licensed under the MIT License.