This is Library management system with some basic functionalities :
- add book to add the number of books you want each with a unique id and up to 50 books. Note that before you go to any function you must add one book at least in the library.
- delete book to delete any book from the library using only the id of it.
- View books to view the books you stored in the library.
- sort books to sort the books you stored in the library by alphabetical or in reverse.
- edit books to edit the data of any book you stored in the library and changing its id to a new one.
- search books to search for a specific book in the inventory.
- delete list to delete the whole library data.