Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyberfantics/quiz-app
https://github.com/cyberfantics/quiz-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyberfantics/quiz-app
- Owner: cyberfantics
- License: mit
- Created: 2024-05-27T16:09:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-27T16:11:47.000Z (7 months ago)
- Last Synced: 2024-05-27T23:55:10.750Z (7 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quiz App
This is a simple Quiz App developed using Python. The app presents questions to the user and checks their answers, keeping track of the score.
## How to Play
1. Run the app, and you will be presented with a series of questions.
2. Enter your answer for each question.
3. The app will tell you if your answer is correct and keep track of your score.
4. The quiz ends when there are no more questions.## Installation
1. Clone the repository:
```bash
git clone https://github.com/cyberfantics/quiz-app.git
```
2. Navigate to the project directory:
```bash
cd quiz-app
```
3. Ensure you have Python installed. You can download it from [python.org](https://www.python.org/).4. Install the necessary dependencies if any (e.g., `question_model.py`, `data.py`, and `quiz_brain.py`).
5. Run the app:
```bash
python main.py
```## Files
- `main.py`: The main script that runs the app.
- `question_model.py`: Contains the `Question` class.
- `data.py`: Contains the question data.
- `quiz_brain.py`: Contains the `QuizBrain` class.## Developer
Developed by Syed Mansoor ul Hassan Bukhari.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## GitHub Repository
For more details, visit the GitHub repository: [Quiz App](https://github.com/cyberfantics/quiz-app)