A simple and functional Library Management System Implemented in python 3 (Tkinter module)
- Clone repository
- Run `entrypoint.py' on your project directory.
- Ensure all dependencies are installed
- Issue Book
- Renew Book
- Return Book
- Search Student
- Search Book
- Add User
- Remove User
- Add Student
- Remove Student
- Add Book
- Remove Book
A student can issue a book for 03 days.After that the student have to renew the book, If the student didn't renew the book within the return date the student have to pay fine @ Rs 1/day.A student can take a maximum of 3 books......