Metadata-Version: 2.4
Name: parse_bank_statements
Version: 1.0.4
Summary: Package to parse bank statements
Home-page: https://github.com/tardini/parse_bank_statements.git
Author: Giovanni Tardini
Author-email: giovannitardini@yahoo.de
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pdfplumber
Dynamic: license-file

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.

PDF files are parsed with the package pdfplumber

Supported banks: SSKM-Gyrokonto, Ing.Diba, SSKM-Visa-Kreditkarte, KSKMSE

Usage:

pip install parse_bank_statements

Edit banks.py, inserting the actual full root-paths containing the bank statements

$PBS_HOME/pbs.py
