Skip to content

larabinada752-netizen/library.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

library.py

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).


Features

  • 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.csv for long-term storage.

Requirements

  • Python 3.x
  • Terminal or command line

Usage

  1. Run the program
python library.py

About

πŸ“š Library.py β€” Python project for managing a personal library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages