Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhammadahmed-0/loan_calculator
https://github.com/muhammadahmed-0/loan_calculator
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/muhammadahmed-0/loan_calculator
- Owner: MuhammadAhmed-0
- Created: 2024-02-14T17:20:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-14T17:32:09.000Z (9 months ago)
- Last Synced: 2024-02-14T18:36:07.370Z (9 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Loan_Calculator
The Loan Calculator is a simple Python-based application that allows users to calculate the monthly payment, total payment, and total interest paid for a loan. It provides a user-friendly interface for entering loan details such as the annual interest rate, loan amount, loan term, extra payments, extra payment frequency, and start date.
## ACCESS THE LOAN CALCULATOR HERE: https://loanestimator.streamlit.app/
![image](https://github.com/MuhammadAhmed-0/Loan_Calculator/assets/92883593/7ae6ff60-e6ea-4e76-984c-dfb651c25aee)
# Features
Calculate the monthly payment based on the loan amount, annual interest rate, and loan term.
Estimate the total payment over the loan term, including principal and interest.
Determine the total interest paid on the loan.
Account for extra payments made during the loan term to calculate an adjusted total payment and interest.
# How to Use
Enter the annual interest rate as a percentage.
Specify the number of years for the loan term.
Provide the loan amount.
Optionally, add any extra payments made during the loan term and specify the extra payment frequency.
Enter the start date of the loan repayment.
Click the "Calculate" button to see the results.