Skip to content

Commit ef964fc

Browse files
authored
Create README.md
1 parent b98f2c7 commit ef964fc

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

GUIScripts/Loan Calculator/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Loan Calculator
2+
3+
## Aim
4+
5+
To make a Loan calculator
6+
7+
## Purpose
8+
9+
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.
24+
25+
26+
27+
## Output
28+
29+
![image](output_1(loan).png)
30+
![image](output_2(loan).png)
31+
32+
33+
## Author(s)
34+
35+
Neel Shah

0 commit comments

Comments
 (0)