“Library Management system ” is a desktop application which is made using Tkinter which provides GUI for the system and Sqlite for connecting with database.This software efficiently manages basic operations of library. It has two portals on the homepage, one for Librarian and the other for Students. The Librarian can perform basic operations like Add books,Update Book record,Delete book record,Search for a book if present in the database. Students can perform basic operations like Issue book,View all the books,Search for a book Request for a specific book
Libraries need to install: Install the package if you don't have in your system tkinter - pip install tkinter
To use SQLite in Python, import the sqlite3 module using import sqlite3