Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.07 KB

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