Skip to content

ShubhamKumar0786/Library_management_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Library Management System

Overview

This is a simple Library Management System implemented in Python. The system allows users to view book details, interact with the library, and navigate through options like continuing or exiting.


Features

  1. Book Collection:

    • Stored in a dictionary with details like title, author, price, launch year, and description.
  2. User Interaction:

    • View book details.
    • Choose to continue or exit.
  3. Dynamic Navigation:

    • Recursive function to allow repeated interactions with the system.

How to Run

  1. Copy the code into a Python file (e.g., library_system.py).
  2. Run the file using:
    python library_system.py
  3. Follow the on-screen prompts.

Example Output

  1. Welcome Message:

Welcome to Skill Circle learning Management System


2. Book Details

Book Title : Indian Society Book Author: SC Dube Book Price : 2 Book Launch : 1990 Book Description : This 1990 book examines the evolution of Indian society, including its diversity, unity.


3. User Options:
- Press `1` to continue viewing books.
- Press `2` to exit the system.
## πŸ‘¨β€πŸ’» Developer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages