Skip to content

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.

License

Notifications You must be signed in to change notification settings

bdeekshith066/Library-Management-Unix-shell-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
  1. Make sure you have Bash and Zenity installed on your system.

  2. Run the script:

cd library-management-system
./library_management_system.sh
  1. 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.

Below are screenshots of three different pages from the project, showcasing its various features. Run the code to know more!









About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages