Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-19T04:48:31.000Z (about 3 years ago)
- Last Synced: 2024-05-11T05:46:19.196Z (9 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: 2
- 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**
![1](https://user-images.githubusercontent.com/64016811/146642429-4fcbee54-2faf-4c62-a3c9-60daedf38b36.png)
**Home Screen**
![2](https://user-images.githubusercontent.com/64016811/146642470-0078056e-b5b3-4ac5-8351-28aa08a92444.png)
**Book Data**
![3](https://user-images.githubusercontent.com/64016811/146642488-874e4f07-9173-4195-a457-c7c22bb763df.png)
![4](https://user-images.githubusercontent.com/64016811/146642504-8b515745-5ffb-4a9b-b7cf-7c97d62fcc8d.png)
![5](https://user-images.githubusercontent.com/64016811/146642505-f4be5177-e8ce-4840-a44f-7be0a68a7e71.png)
![6](https://user-images.githubusercontent.com/64016811/146642508-ff5ff4e5-fd72-46f7-bc01-c4d304381e9c.png)**Student Data**
![7](https://user-images.githubusercontent.com/64016811/146642561-3f8dade5-7a59-42da-80c8-2544acf6546d.png)
![8](https://user-images.githubusercontent.com/64016811/146642563-ef904c78-fe1c-4d74-a539-096b1bd332b1.png)### 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 |