Skip to content

This is a bug free version of nice library management system writtern by Kumar Aditiya, check out his repo here - https://github.com/kumaraditya303/Library-Management-System

Notifications You must be signed in to change notification settings

harshit-soora/Library-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System

A Python Flask based Library Management System. This Flask app has all the features of a Library Management System like adding, removing, and creating copies of books. This app has a separate admin tab for admin users. Now also has admin support for users.

Start

  • Clone the repository.
$ cd Library-Management-System
  • Create Virtual Environment.
$ virtualenv venv
$ source venv/bin/activate
  • Install dependencies.
$ pip install -r requirements.txt
  • Run the application.
$ python main.py

About

This is a bug free version of nice library management system writtern by Kumar Aditiya, check out his repo here - https://github.com/kumaraditya303/Library-Management-System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published