A desktop prototype built with Python (Tkinter) + SQLite3 to automate faculty subject allocation and timetable tracking.
This system replaces manual Excel workflows with a secure, role-based solution for administrators, faculty, and students.
- Role-based login
- Admin: Manage faculty, students, subjects, and scheduling
- Faculty: View assigned subjects and timetables
- Student: View course schedules
- Subject allotment and scheduling (via custom scheduler module)
- Faculty and student timetable views
- SQLite persistence: lightweight and portable
- Offline-first desktop app (no internet required)
git clone https://github.com/ranjithguggilla/Faculty-Subject-Allotment-System.git
cd Faculty-Subject-Allotment-System