Library Manager is a simple CRUD application made for the library. it allows the user to add,update,read and delete the data from a database in the form of a GUI program.
- Created the main GUI model main.py for the program and integrated with the database.py made by Ankur
- Created the database model database.py with sqlite3 for use with main.py made by Ryan
- Created the Login/Auth model app_auth.py which opens main.py upon entering the correct password.