https://github.com/quocduyenanhnguyen/item-receipt-python-project
In this project, I wrote Python codes to develop simple item receipt by making multiple functions to ask users to select items and pay for the items. The items that I came up with are baby products.
https://github.com/quocduyenanhnguyen/item-receipt-python-project
item-receipt python spyder-python-ide
Last synced: 8 months ago
JSON representation
In this project, I wrote Python codes to develop simple item receipt by making multiple functions to ask users to select items and pay for the items. The items that I came up with are baby products.
- Host: GitHub
- URL: https://github.com/quocduyenanhnguyen/item-receipt-python-project
- Owner: quocduyenanhnguyen
- Created: 2022-05-28T02:06:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-28T21:26:21.000Z (about 4 years ago)
- Last Synced: 2025-08-10T21:27:03.172Z (10 months ago)
- Topics: item-receipt, python, spyder-python-ide
- Language: Python
- Homepage:
- Size: 241 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Note: you can preview files that are in GIF, CSV, and PY format by clicking on the file]
# Software I used:
[Spyder](https://www.spyder-ide.org)
# Description:
- In this project, I created a list of baby products under three categories (Bath and Skin Care, Food and Formula, Feeding and Nursing) and I wrote Python codes to ask users to select a product then pay for it (i.e. a simple item receipt) by developing multiple Python functions (to ask user to select item from the three categories, and a closing function to ask users to pay). Before running the codes, I put the [AppJar folder](http://appjar.info/Install/), Python codes, GIF image, and babystore.csv file in the same folder for the codes to run.