barbaracalderon / oop-coffee-machine-project

The Object-Oriented-Programming (OOP) version of the "Coffee Machine Project" from Dr. Angela Yu's Python Bootcamp (London App Brewery)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object-Oriented Programming | The Coffee Machine Project (revisited)

This is an Object-Oriented-Programming (OOP) version of the "Coffee Machine Project" from Dr. Angela Yu's Python Bootcamp, from the London App Brewery. You can find the other version (non-OOP) in this author's other repository: coffee-machine-project

object-oriented-programming (oop) version of the coffee machine project

If you are studying programming paradigms, here's a suggestion: compare both projects (OOP and non-OOP).

Project Requirements

Here's what this project requires:

  • Prompt user by asking "what would you like? (espresso/latte/cappuccino): "
  • Turn off the Coffee Machine by entering "off" to the prompt.
  • Print report.
  • Check if resources are sufficient.
  • Process coins.
  • Check if transaction is successful.
  • Make coffee.

About

The Object-Oriented-Programming (OOP) version of the "Coffee Machine Project" from Dr. Angela Yu's Python Bootcamp (London App Brewery)

License:MIT License


Languages

Language:Python 100.0%