https://github.com/venopyX/QuizGenius
https://github.com/venopyX/QuizGenius
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/venopyX/QuizGenius
- Owner: venopyX
- License: mit
- Created: 2024-05-11T17:51:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T23:03:06.000Z (about 2 years ago)
- Last Synced: 2025-03-23T01:43:45.160Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.