Skip to content

abhijitnathwani/PyQuiz

Repository files navigation

PyQuiz

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.

Installation

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.

To Run Py-Quiz

Just fire up the command py-quiz in your terminal $ py-quiz

Things To-Do:

  • Create basic application
  • Add score counter
  • Add questions from JSON file.
  • Create a pip installer package
  • Confirm quit option
  • Resize Window as per question length. ( If someone could help me with this, it would be great!)

To Contribute to this project

Check the Contributing.md file on how to contribute to this open source project.

Glimpse of PyQuiz

Welcome Main About Quit

Info

PyQuiz is maintained at https://github.com/abhijitnathwani/PyQuiz/ Any questions/suggestions are welcome. Feel free to drop an email: abhijit.nathwani@gmail.com or raise and issue with the repo.

The branch Pyquiz-Python3 contains the source for Python3 converted by idenc.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages