Library Management System
Project Description This is a simple library management project developed using Python. It allows users to manage books and view library records efficiently. The project is designed to help librarians handle daily tasks such as adding books and maintaining a database.
Features
- Add new books to the library.
- View the list of all available books.
- Simple and easy-to-use interface.
How to Run
- Download the repository to your computer.
- Ensure you have Python installed.
- Run the main code file using the command:
python main.py
Technologies Used
- Python
- File Handling