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.

Example screenshot

  1. Clone the repository
git clone https://github.com/aschickhoff/100d002.git
  1. Change the working directory
cd 100d002
  1. Add needed packages to run the scripts
pip install -r requirements.txt
  1. Run the script using terminal
python main.py

Project is: complete

GitHub

View Github