GUI project of Library Management System in Python using Tkinter and SQLite
- add books - delete/update books - search books - issue book - return book - student activity Install the following packages in cmd before use if your system doesn't have them or are corrupted.
pip install python-tk pip install pillow - Python
- SQLite3
- Tkinter
- open the lms.py file in your favourite code editor.
- Go to line number 464
- fill the values as per your need in : VALUES('Your Name', 'password')
- Save the changes.
- run the lms.py file as python
Login Screen
Home Screen
Book Data
Student Data
| Name of Creator | Start Date | End Date | Duration | Project Type | Deploy |
|---|---|---|---|---|---|
| Mainak Chaudhuri | 29-11-2021 | 18-12-2021 | 20 days | GUI, DBMS | NULL |







