This is a simple Python application built using tkinter for a quiz-based interface with a login system. The application consists of two main windows: a login window and a quiz window.
Features:
Login System:
Users are required to log in with a username and password.
A simple validation is performed with hardcoded credentials (Python1991 / February20).
Quiz Interface:
After successful login, the user is directed to a quiz window.
Multiple-choice questions related to Python programming are displayed.
Users can select an answer, and the application checks if the selected answer is correct.
The score is updated and displayed at the end of the quiz.
Colorful UI:
Different colors are used for the quiz options, and the application has a light green and light blue color theme.
How to run:
Simply run the script, and the login window will appear. Upon successful login, the quiz starts.
