Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 786 Bytes

File metadata and controls

26 lines (19 loc) · 786 Bytes

☕ Coffee Machine Simulator

A Python-based coffee machine simulator that lets you order delicious coffee drinks, manage resources, and handle payments - just like a real coffee machine!

Features

  • Interactive Menu: Choose from Latte, Espresso, and Cappuccino
  • Resource Management: Tracks water, milk, and coffee levels
  • Payment System: Accepts coins (quarters, dimes, nickles, pennies) and gives change
  • Reporting: Check current resource levels and profit
  • ASCII Art: Beautiful welcome logo
  • User-Friendly Interface: Clear menu display with prices and commands

How to Run

1. Clone the repository

git clone https://github.com/yanagirdhar/Coffee-Machine.git
cd coffee-machine

2. Run the program

python3 main.py