Skip to content

Commit 6153a3f

Browse files
committed
Updated Readme.md
1 parent 3473d3a commit 6153a3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Coffee-Machine-py-game/output.png

-143 KB
Binary file not shown.

Coffee-Machine-py-game/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Coffee Machine
1+
# Coffee Machine Game in Python
22

33
This is a Python program that simulates a coffee machine. It allows you to choose from three types of coffee: espresso, latte, and cappuccino. You can check the availability of resources (water, milk, coffee beans, and cups) and buy a coffee by inserting the required amount of coins.
44

@@ -8,12 +8,12 @@ This is a Python program that simulates a coffee machine. It allows you to choos
88

99
## Usage
1010

11-
1. Clone the repository or download the `coffee_machine.py` file.
11+
1. Clone the repository or download the `coffee-machine-py-game.py` file.
1212
2. Open a terminal or command prompt and navigate to the directory where the file is located.
1313
3. Run the following command to start the program:
1414

1515
```shell
16-
python coffee_machine.py
16+
python coffee-machine-py-game.py
1717
4. Follow the prompts to choose your desired coffee and enter the number of coins for payment.
1818
5. Enjoy your coffee!
1919

0 commit comments

Comments
 (0)