poshan0126 / Mini-Project-Library-Management-System-Python-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library Management System

Welcome to the Library Management System!

Main Menu:

  1. Book Operations
  2. User Operations
  3. Author Operations
  4. Genre Operations
  5. Quit

Book Operations:

  1. Add a new book
  2. Borrow a book
  3. Return a book
  4. Search for a book
  5. Display all books

User Operations:

  1. Add a new user
  2. View user details
  3. Display all users

Author Operations:

  1. Add a new author
  2. View author details
  3. Display all authors
  4. Display books by author

Genre Operations:

  1. Add a new genre
  2. View genre details
  3. Display all genres
  4. Display books by genre

How to Run

  1. Clone the repository:
  2. Install the required dependencies:
  3. Run the main script:

Guidance

  • First create the first instance of everything including book, author, user and genre. then only start using multiple functions.

About


Languages

Language:Python 100.0%