- To get all the information regarding any bank using their IFSC code
- Here using request we request the details from ifsc.razorpay.com website and then fetch all the information properly through pandas in proper format and to make it a web app we use streamlit.
- Here we fetch all the feture/facility available at the bank like rtgs , upi ,neft , imgs , etc.
- List out the libraries imported > pandas , requests and streamlit.
- Just get the url and ifsc codes of the bank first and then run the script and then enter and code so the details of that bank brach will be shown .
-
Clone my repository.
-
Install the required libraries.
-
bank_data_finder.py
is the main python file of Streamlit Web Application. -
To run app, write following command in CMD. or use any IDE.
streamlit run bank_data_finder.py
- Neel Shah