https://github.com/mainakrepositor/lms-gui
Integrated Library Management System using Python and Tkinter
https://github.com/mainakrepositor/lms-gui
college-project educational-project gui-application lms programming-language project python3 sqlite3 tkinter-gui
Last synced: 11 months ago
JSON representation
Integrated Library Management System using Python and Tkinter
- Host: GitHub
- URL: https://github.com/mainakrepositor/lms-gui
- Owner: MainakRepositor
- Created: 2021-12-18T13:16:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-19T04:48:31.000Z (over 4 years ago)
- Last Synced: 2025-04-07T00:31:47.137Z (12 months ago)
- Topics: college-project, educational-project, gui-application, lms, programming-language, project, python3, sqlite3, tkinter-gui
- Language: Python
- Homepage:
- Size: 1.46 MB
- Stars: 23
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library-Management-System
GUI project of Library Management System in Python using Tkinter and SQLite
## Functionalities
- add books
- delete/update books
- search books
- issue book
- return book
- student activity
## Installing dependencies and packages
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
```
## Techs used
* Python
* SQLite3
* Tkinter
## Steps to use
* 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
## Screenshots
**Login Screen**

**Home Screen**

**Book Data**




**Student Data**


### Project Logs:
| Name of Creator | Start Date | End Date | Duration | Project Type | Deploy |
|-----------------|------------|----------|----------|--------------|--------|
| Mainak Chaudhuri | 29-11-2021 | 18-12-2021 | 20 days | GUI, DBMS | NULL |