An open API service indexing awesome lists of open source software.

https://github.com/gurbaaz27/bank-account-statement-visualiser

A simple script to parse, extract and visualise Account Statement from different banks,
https://github.com/gurbaaz27/bank-account-statement-visualiser

account-statements aesthetics bank banking hdfc hdfc-bank matplotlib matplotlib-pyplot pandas plotting sbi

Last synced: about 2 months ago
JSON representation

A simple script to parse, extract and visualise Account Statement from different banks,

Awesome Lists containing this project

README

        

# Bank Account Statement Visualiser

## Installation

```
git clone
cd
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt ##, or
poetry install
```

## Help Log

```
usage: main.py [-h] [--account-name] bank accountfile

Quickly view your expenses and earnings from account statement provided by your bank.

positional arguments:
bank Your account statement's bank. Current options: SBI, HDFC
accountfile Absolute path for your account statement xls file. Download the account statement in excel format from your bank portal and use it here.

optional arguments:
-h, --help show this help message and exit
--account-name Annotate account name on the plot
```

## Demo Usage

```
python main.py

Account Name : Xxxx
Address : Xxxx
Account Number : Xxxx
Branch : Xxxx
Start Date : 01 February 2022
End Date : 28 February 2022
Date Of Download : 23 March 2022
Plot has been saved successfully as --01-Feb--28-Feb.png
```

![](assets/demo.jpg)