You can access the Savings Simulator online without needing to deploy it locally. Visit the following link to use the application:
The Savings Simulator is a web application built with Streamlit that helps users visualize the future value of their savings over time. The app allows users to input various parameters, including initial amount, monthly contributions, annual interest rate, duration, entry fees, and management fees, to simulate and visualize how their savings will grow.
- Interactive UI: Users can adjust simulation parameters using sliders and input fields.
- Dynamic Charts: Visualize savings balance evolution, fees distribution, and capital vs. interests.
- Multi-language Support: Available in English and French.
- Currency Selection: Support for multiple currencies.
-
Application deployment:
git clone https://github.com/yourusername/savings-simulator.git cd savings-simulator python3 -m venv venv source venv/bin/activate # .\venv\Scripts\activate for Windows pip install -r requirements.txt streamlit run savings_simulator.py
See CONTRIBUTING for more information.
This repository is licensed under the Apache License 2.0 - 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!