https://github.com/ryanabx/finance_parser
A simple finance parser I'm using to visualize my finances
https://github.com/ryanabx/finance_parser
Last synced: 11 months ago
JSON representation
A simple finance parser I'm using to visualize my finances
- Host: GitHub
- URL: https://github.com/ryanabx/finance_parser
- Owner: ryanabx
- License: mit
- Created: 2024-08-25T21:06:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T21:06:51.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T14:14:43.036Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Finance Parser
A simple financial data parser.
The format of the data is a `.csv` as follows:
```csv
-$1,193.68 Best Buy 03/28/23 New Laptop
$2,694.83 TU 03/31/23 Stipend
```
The delimiter is a `\t` and a new row is a newline.
The parser contains some functions you can mess around with:
- Plot monthly spending
- Plot monthly earning
- Plot both monthly spending and earning on the same graph
- More tbd