https://github.com/timothyjan/trivia-app
Trivia app using Python Tkinter and Open Trivia Database API
https://github.com/timothyjan/trivia-app
api tkinter-python
Last synced: 8 months ago
JSON representation
Trivia app using Python Tkinter and Open Trivia Database API
- Host: GitHub
- URL: https://github.com/timothyjan/trivia-app
- Owner: TimothyJan
- Created: 2021-06-23T22:13:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T01:12:37.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T04:30:09.135Z (12 months ago)
- Topics: api, tkinter-python
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trivia-App
True or False Trivia app using Python Tkinter and Open Trivia Database API(https://opentdb.com/).
10 questions about random topics generated from the Open Trivia Database. Practice for Python TKinter and APIs.