A calculator that calculates your bill
Find a file
2026-03-03 00:09:51 +00:00
.gitignore Initial commit 2026-03-02 23:58:04 +00:00
LICENSE Initial commit 2026-03-02 23:58:04 +00:00
README.md Update README.md 2026-03-03 00:09:51 +00:00

Disclaimer:

This project is made with the help of Coddy.tech. All the rights goes to Coddy Inc. for helping me with the code and giving me instructions to how to do it

Please note that I am creating those projects for learning purposes not for developing

I am learning also to using this software in daily basics


🧾 Bill Split Calculator (Python)

This is a small Python project I made to practice the basics while solving a simple, real-life problem splitting a bill.

Instead of pulling out a calculator and doing the math manually, this script asks for the total amount and the number of people, then calculates how much each person should pay. Simple and straight to the point.


How It Works

  • Enter the total bill
  • Enter how many people are splitting it
  • Get the amount each person owes

Thats it. No extra setup or complicated features.


How To Run

git clone https://git.zoner.work/sophielol/billspiltcalculator.git
cd billspiltcalculator
python main.py

Note: As I said this is a learning project for me note this is for learning purposes don't run the code yet I might break some stuff


Final Note

This is a beginner-friendly project focused on practicing core Python skills like user input and basic calculations. Small project, simple logic but a good step forward.