Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 612 Bytes

File metadata and controls

28 lines (24 loc) · 612 Bytes

Library-Management-System

A Mini Library Management Web App built entirely using Python. We developed it using Tkinter for UI and pymysql for Database query management.

Features

  • Manage Borrower's Log
  • Add Book
  • Search Book
  • Update Book
  • Delete Book
  • Issue Book
  • Return Book

Installation

pip3 install -r requirement.txt

After installing dependencies, execute:

python3 Home.py

Additional Features Suggestion

  • Login System
  • Add new category
  • Add book by selecting category from dropdown
  • Show students who haven't returned book
  • Show Book availability by book_id