Git Product home page Git Product logo

accounting4home's Introduction

Accounting4Home

This is the first part of ongoing project of home accounting system.

It's quite self-sufficient and almost full featured though.
Its main purpose is importing of SMS with banking transactions from Android-based phone into Excel accounting file.

Requirements

  • Python 3.x (maybe Python 2.x will do, I've checked);
  • ADB (in your PATH);
  • Android phone must be rooted (to be able to copy sms database from system space);

How it works

  • Connect the phone to PC and run copy.bat. It will copy sms database from the phone to the PC.
  • importer.py will read the sms database (SQLite) from hardcoded message thread (see line 39 and thread_id) and process all messages after last_id in config.json).
  • Each message will be parsed and assigned a type based on message pattern provided for it (all types and corresponding patterns are in config.json). Sample types are: buy, salary, reject, cash in, etc.
  • All messages with buy type will be processed and assigned a category (merchant name, MCC). After that all entries will be added to Excel accounting file into provided sheet with columns: date, amount, category, comment, MCC.
  • After that config.json will be updated with last sheet_row and last_id.
  • New categories could be added in config.json.

accounting4home's People

Contributors

redmanmale avatar

Watchers

 avatar  avatar  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.