Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/judevector/tip-calculator

A Tip Calculator for calculating total number of tip to share in an outing 🧮
https://github.com/judevector/tip-calculator

calculator python tip-calculator

Last synced: 4 days ago
JSON representation

A Tip Calculator for calculating total number of tip to share in an outing 🧮

Awesome Lists containing this project

README

        

# Tip-Calculator

# Instructions

The tip calculator can split bills between different people in an outing, with any given percentage of tip too be given if necessary

The results will be formatted to 2 decimal places after each calculation

Below you will see an example of the program

# Example Input

```
Welcome to the tip calculator by Vector Inc! 😉
What was the total bill? $350
How much tip would you like to give? 10, 12, or 15? 15
How many people to split the bill? 7
```

# Example Output

```
Each person should pay: $57.50
```