nmay231 / statement-downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Python 100.0%