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

Primary LanguagePython

[Note: you can preview files that are in GIF, CSV, and PY format by clicking on the file]

Software I used:

Spyder

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, Python codes, GIF image, and babystore.csv file in the same folder for the codes to run.