https://github.com/paolostivanin/splitexpenses
https://github.com/paolostivanin/splitexpenses
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paolostivanin/splitexpenses
- Owner: paolostivanin
- License: apache-2.0
- Created: 2017-07-31T19:08:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T16:21:52.000Z (about 7 years ago)
- Last Synced: 2025-02-06T05:29:49.858Z (4 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Split Expenses
Split expenses between two users based on the income# Example
- Alice and Bob have a shared wallet
- Alice has spent 451.66€ this month, and her income is 2000€
- Bob has spent 122.56€ this month, and his income is 1900€
- Run this script to find out how much a user owes to the other one.