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

Python-aryan/Mini-Libary-Project-Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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.

Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including structured, object-oriented and functional programming.

This is a flask based blog whose frontend is created using bootstrap. If you have any questions or suggestions, feel free to open an issue or pull request.

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

Languages

  • Python 100.0%