This is a small program for maintaining library books and keep record of the books using python as i don't have the books record so i have used the Google Books API to get the different books.
- Search books in Library.
- Borrow a book from Library.
- Return a book to Library.
- Delete a book.(Only for Admin) (Currently this option is not available because i am using Google Books API)
- See the list of borrowed books and by whom they have borrowed with time and date.(Only for Admin)
- How to import funtions from different files.
- Using Classes.
- Using Google Books API.