Skip to content

Latest commit

 

History

History
 
 

tip_calculator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Tip Calculator / Splitter

Features

  1. This program splits a given amount of bill and tip equally between a given number of persons eg it can split $120 alongside a tip of 12% equally between 5 persons and gives you the amount each person is expected to pay
  2. Follow the prompts and enter the required information and the app handles the rest for you

How to install and run

  1. Fork the repo by clicking the fork logo on the top right
  2. Clone the repo git clone git@github.com:AseanK/beginner-python-games.git
  3. Head to the tip_calculator folder
  4. Run the file using python command python main.py