Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cmccandless/bill-tracking


https://github.com/cmccandless/bill-tracking

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# bill-tracking

1. Fill out new budget.yml (see [example](example_budget.yml))
2. Run
```
$ ./bill_tracker.py --budget example_budget.yml 2021/01/08 1000
|------------------------------------------------------------------------------|
| Bill | Allocated | Total | Last Paid |
|-------------------------------------------|-----------|---------|------------|
| Rent | 300.00 | 600.00 | 2021-01-01 |
| HelloFresh | 51.92 | 51.92 | 2021-01-11 |
| Disney+ | 67.31 | 70.00 | 2020-01-25 |
|------------------------------------------------------------------------------|
Current Balance: 1000.00
Margin: 580.00
```