Script for downloading and generating bank IFSC code data in multiple formats ( Excel, JSON etc)
pip install ifsccode
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)