Welcome to your Personal Library Manager! This program helps you keep track of all your books. You can add new books, remove books you've finished, search for books, and even see some cool statistics about your reading.
This program lets you:
- Add books: Enter the title, author, publication year, genre, and whether you've read it.
- Remove books: Take books off your list when you're done or if you don't want them anymore.
- Search for books: Find books by title or author.
- Display all books: See a list of all the books in your library.
- Display statistics: Get a summary of how many books you have and what percentage you've read.
- Run the program: Just run the Python file.
- Follow the menu: The program will show you a menu with options.
- Choose an option: Type the number or select the option you want and press Enter.
- Answer the questions: The program will ask you questions based on your choice.
- Enjoy! Keep track of your awesome book collection.
Here's what it might look like when you run the program:
If you choose "Add a book๐", it will ask you questions like:
Then it will add the book to your library!
- This program uses the
InquirerPylibrary. Make sure you have it installed. You can install it by running:pip install inquirerpy
I hope you enjoy using Personal Library Manager.

