https://github.com/yash-jivani/tyro-library
https://github.com/yash-jivani/tyro-library
python python-mini-projects
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/yash-jivani/tyro-library
- Owner: yash-jivani
- Created: 2021-09-25T14:49:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-25T14:52:23.000Z (almost 5 years ago)
- Last Synced: 2025-02-14T22:33:47.462Z (over 1 year ago)
- Topics: python, python-mini-projects
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tyro Library Manage
A simple Library Manage class made in python.
## About this Code...
In This code, I have First make a class name library and then I define a few functions/methods which take input from the user to display, add, delete books, and also it inputs from the user to lend books and return books.
## How this code helps us?
When you read an upper portion of the readme then you think that then why we use this code? But This code helps. Suppose you have to make your online library in which you people lend some book and return book then this code is an example how you can do it.