Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🧮
- Host: GitHub
- URL: https://github.com/judevector/tip-calculator
- Owner: judevector
- Created: 2022-10-23T14:03:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T15:02:27.000Z (about 2 years ago)
- Last Synced: 2023-08-27T15:16:19.521Z (about 1 year ago)
- Topics: calculator, python, tip-calculator
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```