Python modules and scripts to download and convert bank statements.
I'm using uv to create a virtual environment and install the dependencies:
$ uv venv
$ source .venv/bin/activate
$ uv syncI recommend using (direnv)[https://direnv.net/] to automatically activate the environment in your shell when entering the directory. Setup for this project:
$ echo 'export VIRTUAL_ENV=".venv"\nlayout python' > .envrc
$ direnv allow
See convert.py and fetch.py for details on how to use it.
$ ./convert.py -i dkb-checking "$file" > "$outfile"Optional, if using the web scrapers:
$ brew install geckodriver chromedriver