A simple library management system built in Python that allows users to lend, return, and manage books.
- Display available books
- Lend and return books
- Add and remove books
- User registration and management
- cd library-management-system
- python3 -m venv myenv
source myenv/bin/activate (On Windows use
venv\Scripts\activate
) - python main.py
NOTE: Make sure you have python installed in your system. myenv is your local environment name you can modify it as required.