Usharani
Usharani
KAKATIYA UNIVERSITY
Department of Bachelor of Science in Data Science
DEGREE COLLEGE
(Affiliated To Kakatiya University)
Mancherial, Telangana-504208 (2024-2025)
1
SRI HARSHA
DEGREE COLLEGE
(Affiliated to Kakatiya University)
Mancherial, Telangana-504208
BACHELOR OF SCIENCE IN DATA SCIENCE
2
CERTIFICATE BY SUPERVISOR
This is to certify that Mini Project Work entitled “simple interest calculator”
carried out by B.USHA RANI(535244201)in partial fulfillment for the award of
Degree of Bachelor of Science in Data Science , SRI HARSHA DEGREE COLLEGE,
MANCHERIAL during the academic year 2024-2025.
3
DECLARATION
We hereby declare that the titled “Simple interest converter”
submitted to SRI HARSHA DEGREE COLLEGE, affiliated to Kakatiya
University(KU) for the award of the degree of Bachelor of Science in
Data Science is a result of original research carried-out in this Project. I
understand that my report may be made electrically available to the
public. It is further declared that the project report or any part there of
has not been previously submitted to any University or Institute for the
award of degree.
B.RAJITHA 535244202
G.ABHINAYA 535244204
4
ACKNOWLEDGEMENTS
I feel myself honoured and privileged to place our warm salutation to our
college SRI HARSHA DEGREE COLLEGE Mancherial for their kind support and
encouragement in completion of the project report.
I would also like to thank our project coordinator MRS.ANITHA THAKUR, for her
kind encouragement and overall guidance in viewing this program a good asset
with profound gratitude.
Lastly, I thank my family and friends for their constant encouragement for the
completion of the project that gave me strength to do the project.
B.USHA RANI
B.RAJITHA
C.SAI PRIYA
G.ABHINAYA
5
ABSTRACT
6
INDEX
8
1. Introduction
2. Simple Interest 10
11
3. Objectives
12
4. Python
13
5. Tkinter
6. Pros 16
17
7. Cons
18
8. Conclusion
7
INTRODUCTION
8
INTR0DUCTION
TABLE OF CONTENTS
PERSONAL FINANCE BANKING
Simple Interest Definition: Who Benefits, With Formula and Example
By ADAM HAYES Updated October 30, 2021
Reviewed by SOMER ANDERSON
Fact checked by SUZANNE KVILHAUG
Simple Interest
Investopedia / Nez Riaz
KEY TAKEAWAYS
Simple interest is calculated by multiplying the daily interest rate by the principal, by the
number of days that elapse between payments.
Simple interest benefits consumers who pay their loans on time or early each month.
Auto loans and short-term personal loans are usually simple interest loans.
9
simple Interest
simple interest paid or received over a
certain period is a fixed percentage of the principal
amount that was borrowed or lent.
10
OBJECTIVES
Calculate the simple interest on a loan.
Calculate the future value of a simple interest loan.
Calculate the present value of a simple interest loan given the future
value.
Calculate the payments for an add-on interest loan.
Calculate the average daily balance for a billing period.
Calculate the finance charges for a billing period.
Find the simple interest on a loan amount of 8950 at 9½ annual interest
for 10 months.
Find the future value of 3670 deposited at 2¾ annual simple interest for
7 years.
How much must be deposited now at annual simple interest so that in 2
years and 7 months an account will contain 3000?
Sam Spade inherited 7,000. He wants to buy a used car, but the type of
car he wants typically sells for around 8,000. If his money can earn 6½
annual simple interest, how long must he invest his money?
Find the simple interest on a loan amount of 35037 at 6 annual interest
for 2 years.
Find the simple interest on a loan amount of 5682 at 11¾ annual interest
for 278 days.
Find the maturity value of 2720 borrowed at 12¾ annual simple interest
for 275 days.
Find the present value of a future value 420 at 5½ annual simple interest
for 2 years.
Be the first to comment on Find the simple interest on a loan amount of
35037 at 6 annual interest for 2 years.
Find the simple interest on a loan amount of 5682 at 11¾ annual interest
for 278 days.
Find the maturity value of 2720 borrowed at 12¾ annual simple interest
for 275 days.
Find the present value of a future value 420 at 5½ annual simple interest
for 2 years.
11
PYTHON
Free and Open Source
Easy to code
Easy to Read
Object-Oriented Language
GUI Programming Support
High-Level Language
Extensible feature
Easy to Debug
Python is a Portable language
Python is an Integrated language
Interpreted Language:
Large Standard Library
Dynamically Typed Language
Frontend and backend development
Allocating Memory Dynamically
12
Tkinter
Python offers multiple options for developing GUI (graphical
user interface). Out of all the GUI methods, Tkinter is the most
commonly used method.
It is a standard python interface to the TK GUI
Python with tkinter is the fastest and easiest way to create
the GUI applications.
Importing tkinter is same as importing any other module in the
python code. i.e; Import tkinter
13
In simple interest calculator screen, we observe
Principle amount
Rate of interest
Months
Interest
Calculate
Clear
Exit
14
What is a Simple Interest Calculator?
A simple interest calculator is a utility tool that calculates the interest on loans
or savings without compounding. You may calculate the simple interest on the
principal amount on a daily, monthly, or yearly basis. The simple interest
calculator has a formula box, where you enter the principal amount, annual
rate, and period in days, months, or years. The calculator will display interest
on the loan or the investment.
15
PROS
With the help of the simple interest calculator, you can determine
the interest earned or paid on a specific sum of principal over a
specified period of time.
You can seamlessly change the inputs and get the desired results.
You can use this to compare various pairings and make advanced
financial plans.
Different fixed-interest investment plans can be easily compared
so you can pick the best one for your financial objectives.
You can avoid performing challenging math by using a
straightforward interest calculator. In a matter of seconds, you
can quickly and easily calculate everything.
In many situations where we need to compute the interest
amount on the principal based on a set interest rate, simple
interest calculator may come in handy.
fixed interest rate investment schemes: Assuming you
invested in a fixed income plan like a fixed deposit, RD, SGB, SSY,
etc., you would get interest at a set rate. Using a simple interest
calculator, you can easily determine the amount of your investment
that will mature.
Loan repayment: You may figure out the loan’s EMI amount with
the aid of the straightforward interest calculator. This makes it easier
for you to predict the payback in advance, allowing you to
successfully tailor your loan plan.
16
CONS
In this we can only enter time period as months
We can calculate simple interest
Future Scope
In future we can calculate simple interest with time period in days, weeks,
quarters, or years
17
Conclusion
18
Reference
Books
1. Python Crash Course
2. Learning python, 5th Edition
3. Introduction to python programming
NAMES: S. Gowri shankar , author.|A.Veena
author
4. Julian’s interest book
Author:-Eran Julian
19
THANK YOU
20