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 0.2.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-0.2.0.tar.gz | 9.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| parse_bank_statements-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 20.5 kB
Release files / parse_bank_statements-0.2.0.tar.gz
| Download URL | parse_bank_statements-0.2.0.tar.gz |
|---|---|
| Size | 9.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ef7fb801a691d2a0c5e7194f9b5e83350e255dd97060e15d0458c6ce467290bb
|
|
BLAKE2b-256 checksum How to use checksums |
62558b66d0e797c2bb46f798884fb94c7d95d20418c9c24bf46eab11dfddd326
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.10.14
|
Release files / parse_bank_statements-0.2.0-py3-none-any.whl
| Download URL | parse_bank_statements-0.2.0-py3-none-any.whl |
|---|---|
| Size | 10.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
654e00eed6a2f3113dce56c7b859a1b2475486da7585ff728199786ca433a898
|
|
BLAKE2b-256 checksum How to use checksums |
08a58d249f8cf50abb611212ad32979fa51a9ef470a7aae609695f058b71bc39
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.10.14
|