Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)