PyQuiz is an interactive quiz game built with Python. Originally, the aim of this project was to create an application and learn the basics of Python GUI programming with Tkinter. As I explored Tkinter more, I got the idea to develop this simple game.
When opened, the PyQuiz application provides its user with multiple choice questions. The user's score is incremented by 5 points for each correct answer and reduced by 5 points with every incorrect answer. It also asks the user for confirmation before exiting the application.
Release: v0.2 29th September, 2017.
Release: v0.3 18th December, 2017.
To install PyQuiz to your system,
sudo pip install py-quiz
or clone this repo, and fire
$ sudo python setup.py install
from the cloned repository.
Just fire up the command py-quiz
in your terminal
$ py-quiz
Create basic applicationAdd score counterAdd questions from JSON file.Create apip
installer packageConfirm quit option- Resize Window as per question length. ( If someone could help me with this, it would be great!)
Check the Contributing.md file on how to contribute to this open source project.
PyQuiz is maintained at https://github.com/abhijitnathwani/PyQuiz/ Any questions/suggestions are welcome. Feel free to drop an email: [email protected] or raise and issue with the repo.
The branch Pyquiz-Python3
contains the source for Python3 converted by idenc.