Skip to content

ztanis/budget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Budget

Budget is an open source expanses management which allows to

  • import expanses from your bank
  • review expanses
  • manage categories and tags
  • automatically assign categories based on already categorized records

There is a plan to add an analytical dashboard, however any analytical tool like Metabase could already be used for your budget analytics.

Install

  1. Clone repository
git clone https://github.com/ztanis/budget.git
cd budget
  1. Install requirements
pip install -r requirements.txt
  1. Run application
PYTHONPATH=`pwd` SQLALCHEMY_DATABASE_URI=sqlite:///data/budget.db python budget/app.py

where SQLALCHEMY_DATABASE_URI is a url of db. See more details and options for sqlalchemy. 4. Open in browser: http://localhost:5000/admin/get_started/

[Optional] Visualise expenses analytics

  1. Install metabase
  2. Add Database source. Filename for sqlite DB: /budget/data/budget.db
  3. Ask a question about your expenses

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published