Skip to content

PyCampES/ficamp

Repository files navigation

ficamp

Analyze your bank data and categorize it.

This has been a PyCamp.es 2024 project, use with discretion.

Installation

pipx install ficamp

Alternatively:

pip install -U --user ficamp

Usage

$ ficamp --help
usage: ficamp [-h] [--bank {abn}] filename

Print the first argument from the CLI

positional arguments:
  filename      The spreadsheet to load

options:
  -h, --help    show this help message and exit
  --bank {abn}

Contributing

Read CONTRIBUTING.md.