A simple command-line based tip calculator to calculate the amount each person should pay when splitting a bill.
To run the tip calculator, simply run the code in your preferred Python environment. The calculator will prompt the user for the total bill amount, the tip percentage and the number of people to split the bill with. The calculator then calculates and outputs the amount each person should pay.
- Prompts the user for the total bill amount in Kenyan Shillings (KES)
- Prompts the user for the tip percentage (10%, 12% or 15%)
- Prompts the user for the number of people to split the bill with
- Calculates and outputs the amount each person should pay, rounded to 2 decimal places.
- Python programming language
This is an open-source project, feel free to fork and contribute by creating a pull request.