A GUI based program to manage library resources digitally.
Programming Language used is
Python
withtkinter
module for GUI. Database used isSQLite
.
# install SQLite Studio
Download from this link: (https://sqlitestudio.pl)
# install module dependencies
pip3 install -r requirements.txt
# execute main.py file
python3 main.py
By default, Username is admin
and Password is admin@123
This project has been referenced from: CopyAssignment