A minimalistic companion (CLI & web) to organize your investment portfolio, simulate its future, and reach your life goals.
GNU General Public License v3.0
68
stars
13
forks
source link
feat(budget): manage your daily expenses (N26 only) #135
Closed
MadeInPierre closed 1 year ago
Description
Hi all!
I recently discovered that there is an open Python API to access N26 accounts, so of course I had to make a daily expense manager based on it:
The idea is to ask a few questions about each expense :
Then, we could show simple statistics for each month (and cumulative yearly expenses) about how much you spent on each category/necessity.
Everything is stored on a Google Sheets on our personal account which acts as a database and is accessed through a Python API.
Implementation
TODO
Usage
TODO
Steps
Assistant