GithubHelp home page GithubHelp logo

erwan-lemonnier / cash-io Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 211 KB

Cash I/O: keep track of money you earn and spend, with graphs and reports

License: Artistic License 2.0

Python 55.19% JavaScript 20.10% HTML 24.71%

cash-io's Introduction

cash-io

WARNING: work in progress! sloppy early-stage code!

Keep track of money you earn and spend, with graphs and reports.

What is it?

  • Copy/paste transactions from your account statement on your online bank.
  • Feed them into cash-io.
  • Browse to 127.0.0.1:8080.
  • Assign unrecognized transactions to categories (such as 'food', 'mortgage', etc.).
  • Look at all the nice graphs.

Banks supported

  • SEB

Current state

cash-io is under irregular development and far from mature. It is foremost for private use, and used as an excuse for learning new skills (such as python's flask, javascript, ajax, jquery, etc.)

Getting and running cash-io

# Clone project
git clone [email protected]:erwan-lemonnier/cash-io.git

# Setup dependencies
sudo pip install requests flask click

# Run the cash-io web service:
cd cash-io; ./bin/www

And in a second terminal:

# Seed transaction database with dummy data
cd cash-io; ./bin/load-data

You can now introspect the database:

sqlite3 cash-io/db/cashio.db

sqlite> select * from categories;
sqlite> select * from transactions;

And explore the web service by browsing to 127.0.0.1:8080.

cash-io's People

Contributors

erwan-lemonnier avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.