Skip to content

Integrated Library Management System using Python and Tkinter

Notifications You must be signed in to change notification settings

fullstack-superdev/Python-LMS-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Home Screen

2

Book Data

3 4 5 6

Student Data

7 8

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

Releases

No releases published

Packages

No packages published

Languages