MichaelOgunjimi / CoffeeMachineV2

This is a simple coffee machine program implemented inThis repository is perfect for anyone interested in learning Python programming and building a simple coffee machine simulation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coffee Machine

This is a simple coffee machine program implemented in Python. It simulates the operation of a coffee machine, allowing users to make coffee selections and receive their desired coffee type. #Features

User-friendly interface for selecting coffee options.
Three coffee options: Espresso, Latte, and Cappuccino.
Ability to choose the quantity of coffee (in cups).
Automated calculation of the cost of selected coffee.
Acceptance of user payment and calculation of change.
Ability to check the availability of coffee ingredients.
Refill option to add ingredients when they run out.
Option to exit the program at any time.

How to Use

Install Python 3.x on your machine if you don't have it already.

Clone or download the coffee machine repository to your local machine.

Navigate to the directory where the program is saved.

Open the terminal or command prompt in that directory.

Run the following command to start the coffee machine program:

python coffeeMmachineV2.py

Follow the on-screen instructions to interact with the coffee machine program.

Make coffee selections by entering the corresponding numbers for the coffee options.

Follow the prompts to enter the quantity of coffee (in cups) and make a payment.

The program will calculate the cost and dispense the coffee with any change due.

If any ingredient runs out, the program will prompt for a refill.

To exit the program, select the exit option.

Dependencies

This coffee machine program requires Python 3.x to run. It does not require any external libraries or dependencies.

License

This coffee machine program is released under the MIT License. Feel free to use, modify, and distribute it as per the terms of the license.

Contributing

If you would like to contribute to this coffee machine program, please fork the repository, make your changes, and submit a pull request. Contributions are welcome and appreciated!

Contact Information

If you have any questions, suggestions, or issues, please contact Michael Ogunjimi at michael_ogujimi@yahoo.com .

About

This is a simple coffee machine program implemented inThis repository is perfect for anyone interested in learning Python programming and building a simple coffee machine simulation.


Languages

Language:Python 100.0%