Skip to content

Completely Digitalized Library System made using Python which draws data from locally stored dictionaries using shelve module containing information about books.

Notifications You must be signed in to change notification settings

Sangeeth-Roshan/Library-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Library System

A completely digitalized Library System aimed at providing librarians and libraries an easier and more modern way to organize and track books, users and borrowing.

Features

  • Issue Books
  • Return Books
  • View all Books and option to clear them
  • Custom bill generator

Languages and modules

  • Python for all the logic
  • Shelve (To store books locally as dictionaries)
  • Custom-Built Modules for Bill generation and basic functionalities

Usage

  • Before running the program, the Library_System folder must be the root folder.
  • Run the program: python main.py

About

Completely Digitalized Library System made using Python which draws data from locally stored dictionaries using shelve module containing information about books.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages