Library-Management-System
This project is a classic Library Management System. The application is created using Python Programming Language. This application uses Command Line Interface. Most of the modules are Python's inbuilt modules apart from pwinput. The functionality of the librarian and the students are mentioned in the below bullet points.
Execution?
Go inside scripts folder and run the main.py file.
Project Complexity
Based upon the building experience, I would rate it as Easy. Anyone who is learning Python or has learnt Python but want to build something can build this.
Python Modules Used
csv
datetime
os
pwinput (external)
Librarian Functionalities
Login
Register
View Books
Add Book
Update Book
Remove Book
Student Functionalities
Login
Register
De-register
View Books
Borrow Books
Return Books Check Fines