Class 12 CBSE Computer Science Project
Title: Library Management System using Python and CSV
Objective: Develop a Python application to manage library books using CSV.
Features: Add, Display, Search, Issue, Return, Delete books.
Conclusion: Demonstrates Python functions, loops, conditionals and CSV file handling.