This repository contains a quiz application built using the tkinter
library in Python.
- 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.
- Python 3.x
tkinter
library- SQLite3
- Clone the repository to your local machine.
- Ensure you have Python 3.x installed.
- Navigate to the project directory.
- Run the
quiz_app.py
file to launch the application.
python quiz_app.py
- On launching the application, you will be presented with a login screen.
- Log in with your credentials or register if you're a new user.
- Choose a quiz and answer the questions.
- At the end of the quiz, your score will be displayed and also saved in user_score.txt