A simple Library Management System built using Python.
- Add Books
- View Books
- Search Books
- Delete Books
- Register Users
- Issue Books
- Return Books
- Due Date Tracking
- Fine Calculation
- Borrowing History
- Admin Dashboard
- Duplicate Book ID Validation
- Python
- Dictionaries
- Lists
- Functions
- Loops
- Conditional Statements
This project was built to practice Python programming concepts and understand how real-world management systems work.
VIJAYA SREE MEEGADA
- Install Python
- Open project folder in VS Code
- Run the following command:
python main.py