This is a python application to track expenses and split costs with another person.
clone repo
cd to repo
pip install -e .
Make sure to edit ./xp/defaults.py with your names and default expenses.
from expensetracker.xp.driver import run
run()
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
This code belongs in the public domain. You are welcome to take this code and treat is as your own.