Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 591 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 591 Bytes

Library Management System

A Python-based library management system built using tkinter for the frontend and CSV as the backend. The system performs basic CRUD (Create, Read, Update, Delete) operations.

Features

  • Add, view, update, and delete books.
  • CSV file backup for easy data storage.
  • Simple and intuitive GUI using tkinter.

Installation

  1. Clone the repository:

    git clone https://github.com/89Aman/Library_management_system.git

2.Navigate to the project directory and Run:

cd Library_management_system

python library_management.py