This is python based Library Management System project, i make this for learning purpose We are having two types of user here 1.Teacher 2.Student
1.Teacher can do following things: 1. See the Available books 2.Add a book 3.see Issued books 4.Can add upcoming books 5.Pre exit the system
2.Student can do following things:
1.Press 1 to See the Available books
2.Press 2 to Borrow a book.
3.Press 3 to Return a book
4.Press 4 to see the list of upcoming book
5.Press 5 to exit the system
I have used the concept of Object Oriented programming to make this project