This python GUI-based tool allows to browse bank statements, or any column-structured PDF files, if the format is rigid.
The app expects a directory structure of the type:
- <bank_statements_path>/2018
- <bank_statements_path>/2019
- <bank_statements_path>/2020 and the statements to be PDF.
The package allows to parse several bank accounts. Each bank has its <bank_statements_path>, this can be stored from the GUI and will be loaded on future usage.
Docu at https://www2.ipp.mpg.de/~git/pbs/index.html
PDF files are converted (una tantum) into CSV, based on the open source java-based package tabula-py (see https://pypi.org/project/tabula-py). If you do not need this conversion because you have csv's, you do not need tabula_py.
Supported banks: SSKM-Gyrokonto, Ing.Diba, SSKM-Visa-Kreditkarte, KSKMSE
Usage:
pip install parse_bank_statements
Edit bank_path.py, inserting the actual full paths containing the bank statements (excluding the years' subdirs) <bank_statements_path1>, <bank_statements_path2>, ...
python
import parse_statements as pbs pbs.pbs_gui()
Release files for parse-bank-statements 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| parse_bank_statements-1.0.0.tar.gz | 2.7 kB | Details |
Release files / parse_bank_statements-1.0.0.tar.gz
| Download URL | parse_bank_statements-1.0.0.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f5936bb21894b327471dd310f24845eb2536e3e24b5befff3d4a95c4ebd29e9c
|
|
BLAKE2b-256 checksum How to use checksums |
7095d3370e54d0f1a3536d4d20672e14787855fd12ec5791dd5f30649e262723
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.10.14
|