Skip to content

Commit 5dba37c

Browse files
committed
Added readme
1 parent 36cb30f commit 5dba37c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Expense Splitter/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)