This project was developed to implement a simple system (Student Management System) representation a colllege, using python with the Tkinter library. It also included some of query database code that help in creating database table for user authentication through registration and login. I invite you and everyone for any more advancement that you would like to contribute, and help others to learn more.
python_version >= "3.10"
bcrypt==4.3.0 openpyxl==3.1.5 pillow==10.4.0 """
pip install -r requirements.txt
cd path\to\your\project\folder Example: cd D:\UATC\ACADEMICS\SEMESTER I\ASSIGNMENTS\NTA 4\Program
pip install -r requirements.txt
e.g python3 login.py (depending on the python version installed, you can use python login.py) then press Enter