Skip to content

Code related to the quiz-game repo, but leveled up.

Notifications You must be signed in to change notification settings

MirelaManta/trivia-tf-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trivia True-False App

Code related to the quiz-game repo, but leveled up.
Most notable changes I've made:

  • I created the Graphical User Interface as a class called QuizInterface, with its attributes (window, widgets) from tkinter package and the methods needed;
  • The question_data list is no longer hardcoded, but the questions are fetched by a request to the trivia API (Open Trivia Database);
    • giving as parameters the number of questions, category and type.
  • Apart from that, I've made the necessary adjustments to make the project work after implementing the changes.

Releases

No releases published

Packages

No packages published

Languages