We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 1
Introduction
This project has been created to design a library management
system which incorporates a database to store to all the details. The application provides a decent Graphical User Interface (GUI) to make it more appealing and user-friendly to the users. The coding has been done Python and the database connection has been implemented within the code itself .
The application has been designed to serve library automation
tasks. The user can see the list of books which are available also the members who hold a library card. Moreover, details of book transaction can also be tracked through this software. This application is intended to be used in educational institutes like schools, colleges, universities as a track record keeping system.
The basic functionalities of this system has been made in Python
and a MySQL database has been reinforced to hold the data.
The coding for this project has been done divided into two distinct functionalities namely: 1. Database creation 2. Application setup