Simulated Coffee Machine with OOP!

Add GIF demo
This commit is contained in:
rzmk 2021-08-06 18:01:35 -04:00
parent 2cb3f14710
commit f462cc5ae0
9 changed files with 167 additions and 2 deletions

6
Day 16/README.md Normal file
View file

@ -0,0 +1,6 @@
# Day 16 - Learning OOP with Python
- OOP concepts were taught in the source main.py file, such as classes, attributes, and methods. The Turtle and prettytable packages were also used to explore these concepts, and I installed prettytable in a virtual environment for this.
- The main objective of today is to simulate a coffee machine using OOP in the oop-coffee-machine folder. The coffee_maker.py, menu.py, and money_machine.py were given as abstract modules to work from in order to understand OOP.
![Day_16_OOP_Coffee_Machine](https://user-images.githubusercontent.com/30333942/128575429-7173d86e-7ae5-4bf0-909a-34e6e37dfc70.gif)