The Library Management System In Python is a simple project developed using Python. The project contains only the admin side. The admin side does all the management like adding and managing categories, authors, books, issued books, and so on. Thus, this is a digital way of management of the library system.
The project file contains a python script (Main.py, Borrow.py, Return.py, dt.py, ListSplit.py) and a text file(stock.txt). This is a simple console-base project which is very easy to understand and use. Also, this project makes it easy for the library to keep the records of books, borrowing and returning of books in a digital way.
About Library Management System In Python
This Library Management System is in Python. Talking about the features of this system, it contains only the admin section. It performs all the editing, updating, managing books, authors, and students. But to add books, you have to manually add it in the text file. Also, the system has a simple design so that the user won’t get any difficulties while working on it.
How To Run Library Management System In Python ?
To run this project, you must have installed Python on your PC. After downloading the project, follow the steps below:
- Step1: Extract/Unzip the file
- Step2: Go inside the project folder, open cmd then type main.py and enter to start the system.
- OR
- Step2: Simply, double click the main.py file and you are ready to go.