Skip to content

Gadzhovski/Python_GUI_Quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python GUI Quiz Application

Introduction

This repository contains a quiz application built using the tkinter library in Python.

Features

  • User Authentication: Users can log in to access the quizzes.
  • SQLite Database Integration: User data is stored and retrieved from an SQLite database, ensuring data persistence.
  • GUI Interface: The application offers a graphical interface for a user-friendly experience.

Prerequisites

  • Python 3.x
  • tkinter library
  • SQLite3

Installation & Setup

  1. Clone the repository to your local machine.
  2. Ensure you have Python 3.x installed.
  3. Navigate to the project directory.
  4. Run the quiz_app.py file to launch the application.
python quiz_app.py

Usage

  1. On launching the application, you will be presented with a login screen.
  2. Log in with your credentials or register if you're a new user.
  3. Choose a quiz and answer the questions.
  4. At the end of the quiz, your score will be displayed and also saved in user_score.txt

Releases

No releases published

Packages

No packages published

Languages