Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmccandless/bill-tracking
https://github.com/cmccandless/bill-tracking
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/cmccandless/bill-tracking
- Owner: cmccandless
- Created: 2021-01-14T21:07:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T17:29:51.000Z (12 months ago)
- Last Synced: 2023-11-22T18:32:21.507Z (12 months ago)
- Language: Python
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```