/statement-downloader

Primary LanguagePythonMIT LicenseMIT

Usage

pipx install ./path/to/statement-downloader
state_dl

Exact usage TBD since most of the code is not even written yet.

Developing

Install

poetry install

Run in two different shells to get console output (optional) and to run the app.

poetry run textual console # Console 1
poetry run textual run --dev ./entry.py # Console 2