/tip_calculator

Tip Calculator

Primary LanguagePython

Bill Splitter & Tip Calculator 🧾💸🍽️

Simplify Your Bill Splitting with Python

This Python program is a straightforward tool designed to help you calculate the total bill, add a tip, and evenly split the amount among a group. It’s a perfect example project for beginners learning Python, demonstrating basic arithmetic operations and user input handling.

Features

  • Calculate Bill: Input the total bill amount.
  • Add a Tip: Specify the tip percentage you'd like to add.
  • Split the Cost: Divide the total amount among the number of people.