st3107 / finance-autofill

A light weight CLI to summarize transcations in an excel form.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

finance-autofill

A light weight CLI to summarize transactions in an excel form.

Installation

Install the pip. One universal way on all platform is to install miniconda and use the pip in the base environment.

Use pip to install the software.

pip install finance-autofill

Usage

Here, I will use transaction-records.xlsx as an example. You will change it to the file path on your computer.

Give the excel file path to the excel file.

finance-autofill transaction-records.xlsx

The two new spreadsheets should appear in the file. That's the summarized result.

About

A light weight CLI to summarize transcations in an excel form.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 83.1%Language:Xonsh 16.9%