https://github.com/bdeekshith066/library-management-unix-shell-
The project is a command-line-based library management system implemented in Bash scripting, facilitating tasks such as user and author authentication, book management (addition, deletion, editing), book borrowing and return functionality, as well as providing various book-related queries and statistics.
https://github.com/bdeekshith066/library-management-unix-shell-
command-line shell-script unix zenity
Last synced: 10 months ago
JSON representation
The project is a command-line-based library management system implemented in Bash scripting, facilitating tasks such as user and author authentication, book management (addition, deletion, editing), book borrowing and return functionality, as well as providing various book-related queries and statistics.
- Host: GitHub
- URL: https://github.com/bdeekshith066/library-management-unix-shell-
- Owner: bdeekshith066
- License: mit
- Created: 2024-02-28T13:27:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T17:17:33.000Z (over 2 years ago)
- Last Synced: 2025-03-16T00:33:09.306Z (over 1 year ago)
- Topics: command-line, shell-script, unix, zenity
- Language: Shell
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Library Management System๐๐
This is a simple library management system implemented in Bash script. The system allows users to register as authors or regular users, login, add, view, search, borrow, return, edit, and delete books from the library. Authors have additional privileges such as adding books to the library.
## Features
- User and author registration
- Authentication for both users and authors
- Adding, viewing, searching, borrowing, returning, editing, and deleting books
- Displaying borrowed books
- Counting books by a specific author
- Displaying total number of books in the library
## Requirements
- Bash (Unix/Linux environment)
- Zenity (for GUI dialogs)
## Usage
1. Clone the repository:
```
git clone https://github.com/your-username/Library-Management-Unix-shell-.git
```
2. Make sure you have Bash and Zenity installed on your system.
3. Run the script:
```
cd library-management-system
./library_management_system.sh
```
4. Follow the prompts in the GUI dialogs to perform various tasks.
## Contributing
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or create a pull request.
## License
This project is licensed under the [MIT License](LICENSE).
Below are screenshots of three different pages from the project, showcasing its various features. Run the code to know more!


