https://github.com/muhammad-rebaal/library-management-system
The Library Management System, built in Python, enables book tracking, user registration, and borrowing functionality through a straightforward command-line interface, simplifying library operations and user interactions.
https://github.com/muhammad-rebaal/library-management-system
coding datetime library library-management-system python
Last synced: about 1 month ago
JSON representation
The Library Management System, built in Python, enables book tracking, user registration, and borrowing functionality through a straightforward command-line interface, simplifying library operations and user interactions.
- Host: GitHub
- URL: https://github.com/muhammad-rebaal/library-management-system
- Owner: Muhammad-Rebaal
- Created: 2023-12-01T13:17:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T13:26:04.000Z (almost 2 years ago)
- Last Synced: 2023-12-01T14:32:14.198Z (almost 2 years ago)
- Topics: coding, datetime, library, library-management-system, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library Management System
This is a simple Library Management System implemented in Python. It allows users to perform various operations like adding books, borrowing, and returning books, registering users, and displaying available books and users.

## Features
- **Add Book:** Add new books to the library.
- **Display Books:** View all available books in the library.
- **Register User:** Register new users.
- **Borrow Book:** Borrow available books from the library.
- **Return Book:** Return borrowed books to the library.
- **Display Users:** View all registered users.
## Instructions
1. Run the `main()` function in the Python script to start the Library Management System.
2. Follow the prompts to perform different actions such as adding books, registering users, borrowing, and returning books.
## File Structure
- `index.py`: Contains the Python code for the Library Management System.
- `library.txt`: File to store book data.
- `user.txt`: File to store user data.
## Usage
1. Clone the repository.
2. Run `python index.py`.
3. Follow the console prompts to use the Library Management System.
## Author
Muhammad-Rebaal