Skip to content

A simple python project linked with MySQL to perform basic operations in a library management system that you commonly find around

Notifications You must be signed in to change notification settings

saajan376/Library-Database-Management

Repository files navigation

Library-Database-Management

Introduction

A simple python project linked with MySQL to perform basic operations in a library management system that you commonly find around. I made this project using tkinter module of python programming language. This project includes basic functionalities which includes:

Features

  1. Adding new books to the database
  2. Issuing books to the user
  3. Deleting a book from the database
  4. Returning a book back to the library and storing it back to the system
  5. The last functionality is to view the book and all its details.

Requirements

  • Python
  • TKinter
  • MySQL
  • MySQL connector for Python

How to use it?

  • Launch the application using python main.py.
  • Navigate through the intuitive user interface.
  • Use the different functions given in the window as per the use required

About

A simple python project linked with MySQL to perform basic operations in a library management system that you commonly find around

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages