This project is a Python-based library management system which is operated through the console. It allows an administrator to manage books, members, issue/return operations, and maintain records using file-based storage.
- Add and search books
- Register members
- Issue and return books
- Track borrowed items and calculate fines
- Display lists of books and members
- Install Python (if not installed)
- Download the project folder
- Open a terminal / command prompt inside the folder
- Run:
python main.py
- Python 3
- Local file-based storage (
.txtfiles)
ibraryManagement/ ->main.py ->book.py ->member.py ->issue_return.py ->storage.py ->data/ ->books.txt ->members.txt ->issued.txt