Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/j-winston/quizzler-app

A fun trivia app that pulls questions from the open trivia database.
https://github.com/j-winston/quizzler-app

Last synced: 7 days ago
JSON representation

A fun trivia app that pulls questions from the open trivia database.

Awesome Lists containing this project

README

        

"Quizzler" is a simple GUI based app that hooks into the Open Trivia Database.

It uses Tkinter for all its graphical elements.

It's quite simple to use and for now includes three categories which just all happen to be my favorite subjects--

1. Computer Science
2. Film
3. Video Games

For future updates, additonal UI options that mirror what's available on the Open Trivia API would be great.

**Known bugs**
If user persistently clicks a button very quickly, the score will update based on that current question. This will be addressed soon!