lisphilar / kaipred

KAIPred: command line tool of Kakeibo (account book) with Python. Currently, in development stage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KAIPred

KAIPred: command line tool of Kakeibo (account book) with Python. Currently, in development stage.

Installation

git clone https://github.com/lisphilar/kaipred.git
export PIP_DEFAULT_TIMEOUT=7200
pip install wheel; pip install --upgrade pip
pip install pipenv
export PIPENV_VENV_IN_PROJECT=true
export PIPENV_TIMEOUT=7200
pipenv sync --dev

Usage

TBD

pipenv run tool init_user

About

KAIPred: command line tool of Kakeibo (account book) with Python. Currently, in development stage.

License:Apache License 2.0


Languages

Language:Python 83.8%Language:Makefile 16.2%