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
For calculating the monthly repay and annual repay of loan amount in an easier manner.
10
+
11
+
## Short description of package/script
12
+
- Here using the tkinter we had made an gui script where we ask the user their rate of interest and the amount of loan and duration and from that we give their repay amount, so it will be easier for a bank employeer and customer both to get a loan at the cheapest rate.
13
+
- List out the libraries imported- >tkinter
14
+
15
+
16
+
## Workflow of the Project
17
+
18
+
After running the script the gui application will pop and asks the user about rate of interest and the amount of loan and duration and will give repay amount as output.
19
+
20
+
21
+
## Setup instructions
22
+
23
+
Firstly install tkinter library and then run the script so the gui application will pop and asks the user about rate of interest and the amount of loan and duration and will give repay amount as output.
0 commit comments