rah757 / Python-CoffeeMachineProject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-CoffeeMachineProject

Description

This project was created during the 15th day of the 100 Days of Code challenge. The Coffee Machine Program is designed to simulate the operation of a coffee machine. It can take user orders for espresso, latte, and cappuccino, process payments, and manage resources like water, milk, coffee, and money.

This is made in such a way that you can easily modify the types of drinks within the data.py folder and add new drinks as per your wish.

Screenshots

image

Usage

To use the Coffee Machine Program, follow these steps:

  1. Start the program.
  2. Enter your drink choice: espresso, latte, or cappuccino.
  3. Follow the prompts to insert coins.
  4. If you've inserted enough money and resources are available, the program will make your drink and provide change (if necessary).
  5. You can also request a report of the machine's current resource levels.

Feel free to experiment with different drink choices, check the resources, and make coffee. Enjoy your coffee-making experience!

Contributing

If you'd like to contribute to this project, please feel free to submit issues or pull requests on GitHub.

License

This project is licensed under the MIT License, which means you are free to use and modify the code as you see fit.

About


Languages

Language:Python 100.0%