Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/j-winston/quizzler-app
- Owner: j-winston
- Created: 2022-05-25T10:45:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T14:16:43.000Z (over 2 years ago)
- Last Synced: 2024-11-14T17:33:43.620Z (2 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 GamesFor 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!