This is an interactive loan calculator implemented in a Jupyter Notebook. The calculator allows you to adjust the car price, sales tax rate, down payment, annual interest rate, and loan term using sliders, and displays the monthly payments, total payments, and total interest paid over time.
- Clone this repository.
- Install the necessary Python packages.
- Open the Jupyter Notebook and interact with the sliders to see the changes in real time.
- Clone the repository:
git clone https://github.com/yourusername/loan-calculator.git
- Navigate to the project directory:
cd loan-calculator
- Install the required packages:
pip install matplotlib ipywidgets notebook
- Start the Jupyter Notebook:
jupyter notebook
Open the loan_calculator.ipynb
notebook in Jupyter, adjust the sliders, and observe the changes in the plots and calculated values.