Working on Online Groceries

Currently working on “Online Groceries” program inspired by UVU class. The idea is to collect items with customer information as you would do when shopping online and create a structure for storage of such data. This data is later being used to create a well structured invoice with items purchased and customers’ information.

I’ve already created invoice.py program that stores structured receipt to the order_details.txt (that was an in-class project), now I’m writing a reverse program order.py that will do all the collection and storage.

This is the next project I will post.