Day 2 - Tip Calculator
Simple program to calculate the tip amount and split the bill between all guests. This is the second project from an Udemy course.
- In this project you are going to be asked about the total bill, tip percentage and amount of people.
- You will get then the amount of $ that every person should pay.
- It is the second project from a 100 days online course, which I follow during my free time.
- Python3 is installed
- Clone the repository
git clone https://github.com/aschickhoff/100d002.git
- Change the working directory
cd 100d002
- Add needed packages to run the scripts
pip install -r requirements.txt
- Run the script using terminal
python main.py
Project is: complete