A console-based Library Manager built using Python. This project allows adding books, viewing them, sorting by year, searching by author, deleting records, and saving/loading data from a file. It helped me practice Python fundamentals, logic building, and modular programming. β¨ Features
Add new books
List all books
Sort by year
Search by author
Delete books
Reading summary (read/unread percentage)
Convert titles to UPPERCASE using map()
Save to file
Load from file π Built With Python os module Lists, Dictionaries, Functions File Handling
π¨βπ» About the Project
A beginner-friendly project to strengthen:
Python fundamentals
File handling
Data structures Menu-driven console apps