https://github.com/rahulrmcoder/basic-python-project-1
This is a project to display 5 items available in my store- mention the item name price and quantity.A customer enters you store and buy any two products and you have to generate. The bill of those items and print it and update your stocks availability.It is done using pandas
https://github.com/rahulrmcoder/basic-python-project-1
Last synced: over 1 year ago
JSON representation
This is a project to display 5 items available in my store- mention the item name price and quantity.A customer enters you store and buy any two products and you have to generate. The bill of those items and print it and update your stocks availability.It is done using pandas
- Host: GitHub
- URL: https://github.com/rahulrmcoder/basic-python-project-1
- Owner: RahulRmCoder
- Created: 2023-08-27T17:20:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T17:26:58.000Z (almost 3 years ago)
- Last Synced: 2023-08-27T18:42:38.114Z (almost 3 years ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic-Python-Project-1
This is a project to display 5 items available in my store- mention the item name price and quantity.A customer enters you store and buy any two products and you have to generate. The bill of those items and print it and update your stocks availability.It is done using pandas