Skip to content

The Loan Simulator is a Streamlit application designed to help users estimate and visualize loan payments, including interest and insurance costs.

License

Notifications You must be signed in to change notification settings

czantoine/Loan-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loan Simulator

Twitter Linkedin Stars

Access the Application

You can access the Loan Simulator online without needing to deploy it locally. Visit the following link to use the application:

Loan Simulator

Description

The Loan Simulator is a web application built with Streamlit that helps users calculate and visualize the details of a loan. The app allows users to input various parameters, including loan amount, duration, interest rate, and insurance, to simulate an d understand the financial impact of a loan.

Loan Simulator

Features

  • Interactive UI: Users can adjust loan parameters using sliders and input fields.
  • Detailed Breakdown: Provides monthly payments, including average capital, interest, insurance cost, and total cost.
  • Amortization Schedule: Displays a table showing the breakdown of payments, interest, insurance, and remaining capital over time.
  • Multi-language Support: Available in English and French.

Getting Started

  1. Application deployment:

    git clone https://github.com/czantoine/Loan-Simulator.git
    cd loan-simulator
    python3 -m venv venv
    source venv/bin/activate # .\venv\Scripts\activate for Windows
    pip install -r requirements.txt
    streamlit run loan_simulator.py

Security

See CONTRIBUTING for more information.

License

This repository is licensed under the Apache License 2.0 - see the LICENSE file for details.


If you find this project useful, please give it a star ⭐️ ! Your support is greatly appreciated. Also, feel free to contribute to this project. All contributions, whether bug fixes, improvements, or new features, are welcome!

About

The Loan Simulator is a Streamlit application designed to help users estimate and visualize loan payments, including interest and insurance costs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages