https://github.com/czantoine/loan-simulator
The Loan Simulator is a Streamlit application designed to help users estimate and visualize loan payments, including interest and insurance costs.
https://github.com/czantoine/loan-simulator
loan-calculator loan-simulation streamlit
Last synced: about 1 month ago
JSON representation
The Loan Simulator is a Streamlit application designed to help users estimate and visualize loan payments, including interest and insurance costs.
- Host: GitHub
- URL: https://github.com/czantoine/loan-simulator
- Owner: czantoine
- License: apache-2.0
- Created: 2024-07-29T00:00:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T00:13:07.000Z (almost 2 years ago)
- Last Synced: 2025-03-02T23:26:08.985Z (over 1 year ago)
- Topics: loan-calculator, loan-simulation, streamlit
- Language: Python
- Homepage: https://loansimulator.streamlit.app/
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Loan Simulator
## 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**](https://loansimulator.streamlit.app/)
## 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.

## 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:**
```bash
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](CONTRIBUTING.md#security-issue-notifications) for more information.
## License
This repository is licensed under the Apache License 2.0 - see the [LICENSE](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!