This is a simple Python project to manage a collection of books using OOP.
- Add books
- Show all books
- Search for a book
- Remove a book
Learn Python step by step and build small features each day.
git clone https://github.com/moaaadl/library-manager.git
cd library-manager
python main.py