We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cb30f commit 5dba37cCopy full SHA for 5dba37c
Expense Splitter/README.md
@@ -0,0 +1,16 @@
1
+# Expense Splitter
2
+
3
+A simple Python script to split expenses among a group of people.
4
5
+## Features
6
7
+- Calculates the share per person based on the total amount and number of people.
8
+- User-friendly prompts and case-insensitive confirmation.
9
10
+## Usage
11
12
+1. Clone the repository.
13
+2. Navigate to the project directory.
14
+3. Run the script:
15
+ ```bash
16
+ python main.py
0 commit comments