Josh-Voyles / affordable

Affordible is a simple financial calculator that helps you determine what you can afford.
GNU General Public License v3.0
0 stars 0 forks source link
mortgage mortgage-calculator python qt

Home-Choice-Pro

Overview

Many home buyers use a calculator to determine their monthly house payment, but they are often surprised by additional, unexpected payments that come with home ownership. This project aims to create a comprehensive mortgage calculator application that will benefit potential home buyers and realtors by helping them determine the price of a house that is realistically within their budget.

Installation & Contributing

  1. Reference CONTRIBUTING.md for instructions.

Key Features

Benefits

File Structure

├── CONTRIBUTING.md
├── home-choice-pro
│   ├── docs
│   │   └── user_guide.md
│   ├── images
│   │   └── Gemini_Generated_Image_njly4xnjly4xnjly.jpeg
│   ├── main.py
│   ├── models
│   │   ├── affordability_calculator.py
│   │   └── __init__.py
│   ├── resources
│   │   ├── main_window.ui
│   │   ├── pop_up_error_window.ui
│   │   └── resources.qrc
│   ├── resources_rc.py
│   ├── tests
│   │   ├── __init__.py
│   │   ├── test_models
│   │   │   ├── __init__.py
│   │   │   └── test_affordability_calculator.py
│   │   └── test_views
│   │       ├── __init__.py
│   │       └── test_main_window.py
│   └── views
│       ├── __init__.py
│       ├── main_window.py
│       ├── main_window_ui.py
│       ├── pop_up_error_window.py
│       └── pop_up_error_window_ui.py
├── LICENSE
├── README.md
└── requirements.txt

Contributors:

LICENSE

This project is licensed under the GPL-3.0 license - see the LICENSE file for details.