Skip to content

A simple library management system built in Python that allows users to lend, return, and manage books.

Notifications You must be signed in to change notification settings

riku-d/library-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Library Management System

Description

A simple library management system built in Python that allows users to lend, return, and manage books.

Features

  • Display available books
  • Lend and return books
  • Add and remove books
  • User registration and management

How to Run

  1. cd library-management-system
  2. python3 -m venv myenv source myenv/bin/activate (On Windows use venv\Scripts\activate)
  3. python main.py

NOTE: Make sure you have python installed in your system. myenv is your local environment name you can modify it as required.

About

A simple library management system built in Python that allows users to lend, return, and manage books.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages