A console-based Python program to manage your personal library.
You can add, list, search, and delete books, with all data stored in a CSV file (books.csv).
- Add Books β Store a bookβs title, author, and publication year.
- List Books β Display all saved books.
- Search Books β Find a book by title (case-insensitive).
- Delete Books β Remove a book by title.
- File Persistence β All books are saved in
books.csvfor long-term storage.
- Python 3.x
- Terminal or command line
- Run the program
python library.py