viveksyngh / ifsc-code

Python script for downloading and generating bank IFSC code data in multiple formats ( Excel, JSON etc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ifsc-code

Join the chat at https://gitter.im/ifsc-code/Lobby Script for downloading and generating bank IFSC code data in multiple formats ( Excel, JSON etc)

Installation

pip install ifsccode    

Example

from ifsccode.ifsc_code import get_ifsc_code
get_ifsc_code(out_dir, file_type, verbose)

out_dir, is path to output directory where files will be placed (Mandatory)

file_type, type of the ouput file e.g EXCEL/JSON (Optional)

verbose, to increase the verbosity of program e.g True or False (Optional)

About

Python script for downloading and generating bank IFSC code data in multiple formats ( Excel, JSON etc)

License:MIT License


Languages

Language:Python 100.0%