This Flask application allows you to calculate the monthly payment for a loan based on the principal amount, annual percentage rate (APR), and loan term in years. Below is a brief overview of the project:
-
Python installed on your machine.
-
Flask and required dependencies installed. You can install them using the following command:
pip install flask
-
Clone the repository:
git clone https://github.com/your-username/flask-loan-calculator.git cd flask-loan-calculator
-
Run the application:
python app.py
-
Open your web browser and go to http://127.0.0.1:5000/.
- Access the web interface by visiting http://127.0.0.1:5000/.
- Enter the principal amount, APR, and the loan term in years.
- Click the "Calculate" button to see the estimated monthly payment.
Feel free to contribute by submitting issues or pull requests.
This project is licensed under the GNU General Public License v3.0.