An open API service indexing awesome lists of open source software.

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.

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.