Skip to content

A Flask-based Loan Amortization Calculator with EMI computation, PDF generation, and loan offers integration. πŸš€

Notifications You must be signed in to change notification settings

TagoreJ/loan-amortization-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’° Loan Amortization Calculator

πŸ“Œ Overview

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.

✨ Features

  • 🏦 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.

πŸ› οΈ Tech Stack

  • Frontend: HTML, CSS, Bootstrap
  • Backend: Flask (Python)
  • Data Handling: Pandas, JSON
  • PDF Generation: pdfkit

πŸš€ How to Run the Project

  1. Clone the repository:
    git clone https://github.com/yourusername/loan-amortization-calculator.git
    cd loan-amortization-calculator
  2. Install dependencies:
    pip install -r requirements.txt
  3. Run the application:
    python app.py
  4. Open your browser and visit:
    http://127.0.0.1:5000/
    

πŸ“‚ Project Structure

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

πŸ”— API References

πŸ‘€ Author

About

A Flask-based Loan Amortization Calculator with EMI computation, PDF generation, and loan offers integration. πŸš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published