This Loan Amortization Calculator is a web application built using Flask that helps users calculate their EMI (Equated Monthly Installment), total payable amount, and interest. It also provides an amortization schedule and allows users to download the results as a PDF.
- π¦ EMI Calculation: Calculates EMI, total loan amount, and total interest.
- π Amortization Schedule: Displays a month-wise breakdown of payments.
- π₯ Download as PDF: Users can download the amortization schedule in PDF format.
- Frontend: HTML, CSS, Bootstrap
- Backend: Flask (Python)
- Data Handling: Pandas, JSON
- PDF Generation: pdfkit
- Clone the repository:
git clone https://github.com/yourusername/loan-amortization-calculator.git cd loan-amortization-calculator
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python app.py
- Open your browser and visit:
http://127.0.0.1:5000/
loan-amortization-calculator/
β-- templates/
β βββ index.html # Main UI
β-- static/
β βββ styles.css # CSS styling
β-- app.py # Flask application
β-- requirements.txt # Python dependencies
β-- README.md # Project documentation
- News API
- Loan Offers API (Placeholder URL)