A desktop application developed with Python (PyQt5) and SQLite to manage a daycare center. The system provides separate interfac
for students, teachers, and admin, each with specific functionalities.
Key Features:
Student Portal:
Secure login using email and password.
View personal details (ID, name, age, gender, address, grade).
Display exam results and performance points.
Teacher Portal:
Teacher login with authentication.
View teacher profile (ID, name, email, gender, address, salary).
Manage assigned student data.
Admin Portal:
Admin login with credentials.
(Designed for future expansion: managing students, teachers, and reports).
Technical Stack:
Frontend: PyQt5 for GUI design (multi-window interface).
Backend: SQLite for data storage and retrieval.
Programming Language: Python