https://github.com/silasandradev/quiz_tkinter
A quiz made in Python using Tkinter
https://github.com/silasandradev/quiz_tkinter
Last synced: 2 months ago
JSON representation
A quiz made in Python using Tkinter
- Host: GitHub
- URL: https://github.com/silasandradev/quiz_tkinter
- Owner: SilasAndradev
- License: other
- Created: 2025-01-19T19:20:32.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-19T20:25:34.000Z (4 months ago)
- Last Synced: 2025-01-30T15:51:32.620Z (4 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Quiz Tkinter





> The quiz asks questions with 5 alternatives and counts the correct answers
### Adjustments and improvements
The project is still under development and the next updates will focus on the following tasks:
- [x] Add button functionality
- [x] Organize the questions and alternatives on the screen
- [x] Count the hits
- [ ] Add a timer
- [ ] Improve the interface## π» Prerequisites
Before you begin, make sure you have met the following requirements:
- You have installed version 3.8.10 or higher of `Python`
## π Installing tkinter quiz
To install the quiz_tkinter, follow these steps:Linux and macOS:
```
git clone https://github.com/SilasAndradev/quiz_tkinter.git
```Windows:
```
git clone https://github.com/SilasAndradev/quiz_tkinter.git
```## π« Contributing to quiz_tkinter
To contribute to quiz_tkinter, follow these steps:
1. Create a fork of this repository.
2. Submit your commits in Portuguese.
3. Enter a short summary of what was added.
4. Request a pull request.Alternatively, see the GitHub documentation on [how to create a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).
## π Become a contributor
Want to be part of this project? Click [HERE](CONTRIBUTING.md) and read how to contribute.
## πLicense
This project is licensed under a license. See the [LICENSE](LICENSE.md) file for more details.