An open API service indexing awesome lists of open source software.

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.

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!