ifsccode

A package for downloading ifsc code of banks


Keywords
Bank, IFSC, code
License
MIT
Install
pip install ifsccode==0.3.3

Documentation

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)