Skip to content

Statement:- The task is to create an “Online Library Management System”. For this, you have to create a library class that includes the following methods: Displaybook() : To display the available books Lendbook(): To lend a book to a user Addbook(): To add a book to the library Returnbook(): To return the book to the library. As you have created…

Notifications You must be signed in to change notification settings

Coding-Aryan/Mini-Libary-Project-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Mini-Libary-Project-Python

Statement:- The task is to create an “Online Library Management System”. For this, you have to create a library class that includes the following methods: Displaybook() : To display the available books Lendbook(): To lend a book to a user Addbook(): To add a book to the library Returnbook(): To return the book to the library. As you have created a library class, now you will create an object and pass the following parameters in the constructor. HarryLibrary=Library(listofbooks, library_name) After that, create a main function and run an infinite while loop that asks the users for their input that whether they want to display, lend, add or return a book.

Installation

Use the package manager pip to install time.

pip install time

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

Statement:- The task is to create an “Online Library Management System”. For this, you have to create a library class that includes the following methods: Displaybook() : To display the available books Lendbook(): To lend a book to a user Addbook(): To add a book to the library Returnbook(): To return the book to the library. As you have created…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages