Gadzhovski / Python_GUI_Quiz

Python GUI Quiz Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python GUI Quiz Application

License:MIT License


Languages

Language:Python 100.0%