Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 777 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 777 Bytes

Library-Management-System

GUI project of Library Management System in Python using Tkinter and SQL

Functionalities

       - add books
       - delete/update books
       - search books
       - issue book
       - return book
       - student activity

Installations

Install the following packages in cmd before use.

pip install python-tk
pip install pillow

Technologies used

  • Python and SQL
  • Tkinter for frontend

Steps to use

  • run the .py file
  • usename = Prakarsha, password = root

Screenshots

Login Screen

Home Screen

Book Data

Student Data