Git Product home page Git Product logo

kakebo's Introduction

Kakebo



This is simple program for account books. By using program, you can solve regression line and average for used money and plot regression line per one day.

For this program, need python3, matplotlib and numpy.

## Licence

This program is very free. You can use for any purpose without my consent.

## Input file format

First, we learn how to write account book for this program. But this is very simple.

First line or separation for day is ======. We can continue after ======.But this is ignored by this program.

We write contents:income:rest for signing income or outcome.

We write -- in head of line for comment. Note that this is only ** Head of line ** without way of line.

Blank line is ignored by this program.

For Example, following example is llegal(example.dat):

====== 2014/02/14(Fri)
eat lunch              : -100 : 1000

-- comment
eat dinner             : -100 : 900

====== 2014/02/15(Wed)

eat lunch              : -300 : 600
eat dinner             : -600 : 0

====== 2014/02/16(Thu)

go Bank : +10000 : 10000
eat lunch: -210: 9790

## How to use this program

How to use this program is very simple.

./kakebo.py [-g|--graphical] filename

Without -g or --graphical optional, print average or regression corfficient for linear expression of using money:

average moneys   : 436.67
regression coeff : 5.00

With -g or --graphical optional, print statics infomation and plot data and the regression line.

Plotting Data

Finally, if you is favorite of this program, I recommand to alias for this program:

alias kakebo=PATH/kakebo.py

kakebo's People

Watchers

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