Skip to content

jelleklaver/PersonalFinance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Finance

The purpose of this application to easily track your personal finance by giving the script a set of keywords. As daily life usually has quite a lot of similar transactions (groceries, shopping, eating out etc.) you can create a complete overview of your spending pattern rather quickly.

Set-Up / Installation

  1. Copy the spreadsheet template you can find here.
  2. Connect a Spreadsheet to gspread, follow "For Bots: Using Service Account" until step 6 from this guide.
  3. Download personal_finance.py and set the parameters in the "personal_finance" function to the right spreadsheet and sheets. If you use my template, these are already correct if you change the name of the spreadsheet to "Finances". Also, don't forget to add the "client_secret.json" file to the same folder.
  4. Download your transaction data as csv (for example: NLXXINGBXXXXXXXXXX_01-01-2011_02-07-2020.csv)
    • Currently the only working bank is ING. If you want to make it work with your bank, please send me a file with the format your bank uses so I can include it as an option.
  5. Run personal_finance.py and checkout the result.

About

Tracking your income and expenses automatically.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%