https://github.com/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)
https://github.com/barbaracalderon/oop-coffee-machine-project
coffee-machine oop
Last synced: 3 months ago
JSON representation
The Object-Oriented-Programming (OOP) version of the "Coffee Machine Project" from Dr. Angela Yu's Python Bootcamp (London App Brewery)
- Host: GitHub
- URL: https://github.com/barbaracalderon/oop-coffee-machine-project
- Owner: barbaracalderon
- License: mit
- Created: 2021-01-31T17:32:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T15:00:26.000Z (almost 3 years ago)
- Last Synced: 2025-04-12T07:43:33.531Z (6 months ago)
- Topics: coffee-machine, oop
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 14
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/barbaracalderon/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:
- [x] Prompt user by asking "what would you like? (espresso/latte/cappuccino): "
- [x] Turn off the Coffee Machine by entering "off" to the prompt.
- [x] Print report.
- [x] Check if resources are sufficient.
- [x] Process coins.
- [x] Check if transaction is successful.
- [x] Make coffee.