University Department Information System (UDIS) is a Python based GUI application to store, update and modify various academic and administrative records of a University Department.
This application uses Python
for coding purposes, Tkinter
library of Python
to design the GUI and SQLite3
to manage data
This project adheres to a rigorous documentation process, beginning with the Software Requirements Specification (SRS) document and encompassing all necessary diagrams such as Use Case Diagrams, Class Diagrams, Sequence Diagrams, and Entity-Relationship Diagrams. The comprehensive documentation ensures clarity, completeness, and traceability throughout the software development lifecycle, enabling effective collaboration among team members and stakeholders.
git clone https://github.com/yourusername/university-department-info-system.git
cd university-department-info-system
python main.py
To use the application,simply run the Main.py
file.
The login username is 'purvi' and password is 'password'
This application has been created by Purvi Baranwal