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.
- Add, view, update, and delete books.
- CSV file backup for easy data storage.
- Simple and intuitive GUI using
tkinter
.
-
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