Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Library Management System (LMS)

Overview

The Library Management System (LMS) is a simple yet efficient application implemented in both Python and C. It helps in managing books, student records, and book transactions seamlessly.

Features

  • πŸ“š Book Management: Add, delete, update, and search for books.
  • πŸ§‘β€πŸŽ“ Student Management: Track student borrowing and returning of books.
  • πŸ“– Transaction Records: Maintain a detailed history of book transactions.
  • ⏳ Penalty Handling (C Version): Automatically calculate fines for late book returns.

Tech Stack

  • C: Efficient and structured approach for handling library operations.
  • Python: Easy-to-use implementation for flexible management.

Usage

  • Compile and run the C version:
    gcc lms.c -o lms
    ./lms
  • Run the Python version:
    python lms.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages