You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- To get all the information regarding any bank using their IFSC code
6
+
7
+
## Short description of package/script
8
+
9
+
- 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.
10
+
- Here we fetch all the feture/facility available at the bank like rtgs , upi ,neft , imgs , etc.
11
+
- List out the libraries imported > pandas , requests and streamlit.
12
+
13
+
14
+
## Workflow of the Project
15
+
16
+
- 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 .
17
+
18
+
19
+
## Setup instructions
20
+
21
+
- Clone my repository.
22
+
- Install the required libraries.
23
+
-`bank_data_finder.py` is the main python file of Streamlit Web Application.
24
+
- To run app, write following command in CMD. or use any IDE.
0 commit comments