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,
- Host: GitHub
- URL: https://github.com/gurbaaz27/bank-account-statement-visualiser
- Owner: gurbaaz27
- License: mit
- Created: 2022-03-24T16:51:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T07:28:01.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T01:20:21.839Z (2 months ago)
- Topics: account-statements, aesthetics, bank, banking, hdfc, hdfc-bank, matplotlib, matplotlib-pyplot, pandas, plotting, sbi
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 accountfileQuickly 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.pyAccount 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
```