Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcefram/grabenah
Grabe, ang gastos naman natin sa grab
https://github.com/dcefram/grabenah
Last synced: about 1 month ago
JSON representation
Grabe, ang gastos naman natin sa grab
- Host: GitHub
- URL: https://github.com/dcefram/grabenah
- Owner: dcefram
- Created: 2024-06-05T15:20:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T10:37:29.000Z (6 months ago)
- Last Synced: 2024-06-18T12:01:55.317Z (6 months ago)
- Language: Go
- Size: 932 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grabenah
## Usage
```shell
# output csv to current directory
$ grabenah ./path/to/grab-screenshot.jpeg# output csv to specific directory
$ grabenah ./path/to/grab-screenshot.jpeg ~/Documents/Family/Expenses.csv
```## Idea
The main idea here is that I screenshot the activities page in my grab app, and then send it over to my laptop to have
it encoded to a spreadsheet for budget tracking purposes.- Should read the image
- Extract the price and dates
- Output to CSV[Blog post](https://rmrz.ph/journal/grab-expense-report-from-image/)