Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.11 KB

File metadata and controls

33 lines (20 loc) · 1.11 KB

Library-Management-System-With-MySql

This is the simplest library management system using only python and its modules

The modules used are:

  1. from matplotlib import image
  2. import pymysql
  3. from tkinter import *
  4. from PIL import ImageTk,Image #PIL -> Pillow
  5. from tkinter import messagebox

First Display

mainI

Add Book Details

AddBookI

Delete Book

DeleteBooksI

View Book List

ViewBooksIM

Issue Book to Student

IssueBookI

Return Book

ReturnBookI