An open API service indexing awesome lists of open source software.

https://github.com/barbaracalderon/coffee-machine-project

This is my version of "The Coffee Machine Project" from Dr. Angela Yu's Python Bootcamp (London App Brewery)
https://github.com/barbaracalderon/coffee-machine-project

coffee-machine functional-programming python

Last synced: about 1 month ago
JSON representation

This is my version of "The Coffee Machine Project" from Dr. Angela Yu's Python Bootcamp (London App Brewery)

Awesome Lists containing this project

README

          

# The Coffee Machine Project | Python Bootcamp
This is a **very simple version** of a coffee machine, requested in *Dr. Angela Yu's Python Bootcamp*, from the London App Brewery. It's the version I came up with.

You may want to check the Object-Oriented-Programming version of this project here: [oop-coffee-machine-project](https://github.com/barbaracalderon/oop-coffee-machine-project)

![coffee-machine-project image of the welcoming page](coffee_machine_welcome.png)

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.