Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.65 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.65 KB

library_management

A Python GUI Application for Library Management System

Tools Used: Python Tkinter, MySQL

A Python GUI Application built with Tkinter and MySql, thus having a fully functional frontend and backend

The three databases associated with the app are:
  1. book_details : contains information about the different types of books present in the library.

  2. student_registration : contains information about the students who have registered.

  3. student_details : contains information about the books rented, fine structures, fine details, return information, etc.

All the databases are in csv format in books.csv (1).zip

All the necessary images and icons are placed in the images folder

The main file or the file from which the whole application is starting is the Project1.py file.

Languages and Tools:

git mysql python

Support:

prochetabhatt