coffee_order.py is a simple Python script for a coffee shop's ordering system. Customers can pick from a menu, place orders, and get a total cost with a 10% tax. Once done, they receive a text message notification.
Basic coffee ordering system. Menu with different coffees and prices. Simple order summary with tax calculation.
To use this coffee ordering system, follow the instructions below.
coffee_order.py requires Python 3 and PyCharm Community Edition Version 2022.2 to run. You can install Python and pyCharm from here:
https://www.python.org/downloads/
https://www.jetbrains.com/edu-products/download/other-PCE.html
Once you have Python 3 and PyCharm Community Edition installed, you can run the program with the following command
coffee_order.py
Toto MToto M 133 bronze badges, & shr4pnelshr4pnel 17111 silver badge1111 bronze badges. (1968, March 1). Trying to write a food ordering SYS for homework in Python. Stack Overflow. https://stackoverflow.com/questions/70745403/trying-to-write-a-food-ordering-sys-for-homework-in-python