Skip to content

This basic Quiz Game created using tkinter where set of questions that come up in GUI are entered into a file using the CLI created by admin.py file

Notifications You must be signed in to change notification settings

raw-at/Q-A-Python-Game-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Q-A-Python-Game-GUI

This basic Quiz Game created using tkinter.This Game comprises of Two parts:

  • Admin.py
  • Quizle.py

Admin.py

“admin.py”, a CLI program that allows the user to manage a list of quiz questions, and stores the data in a text file. Develop this program before “quizle.py”.

Quizle.py

“quizle.py”, a GUI program that uses the data in the text file to implement a quiz game for the user to play. Develop this program after “admin.py”

Screenshots

Python CLI

Python CLI to add questions,list question,search question on the basis of keyword,delete question and quit from the data.txt file r_9

Tkinter GUI

r_10

r_11

r_12

About

This basic Quiz Game created using tkinter where set of questions that come up in GUI are entered into a file using the CLI created by admin.py file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages