Skip to content

Python-based Library Management System for VITYARTHI project - includes book management member registration issuing/returning books and file based storage.

Notifications You must be signed in to change notification settings

Ghostdevs25/Library-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System (Console Version)

Overview

This project is a Python-based library management system which is operated through the console. It allows an administrator to manage books, members, issue/return operations, and maintain records using file-based storage.

Features

  • Add and search books
  • Register members
  • Issue and return books
  • Track borrowed items and calculate fines
  • Display lists of books and members

How to Run

  1. Install Python (if not installed)
  2. Download the project folder
  3. Open a terminal / command prompt inside the folder
  4. Run:

python main.py

Technologies Used

  • Python 3
  • Local file-based storage (.txt files)

Project Structure

ibraryManagement/ ->main.py ->book.py ->member.py ->issue_return.py ->storage.py ->data/ ->books.txt ->members.txt ->issued.txt

About

Python-based Library Management System for VITYARTHI project - includes book management member registration issuing/returning books and file based storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages