Looking at a user's credit score, current debt, monthly income, loan amount, and their current home value, the application will find qualifying loans from a csv file and save those qualifying loans to a personal csv file.
Python version 3.9
- fire - The command line interface
- questionary - Prompts and user managment
- pathlib - Dynamic path finder
To install the dependencies used for this application, enter the followinf into your terminal.
pip install fire
pip install questionary
pip install pathlib
Here is a demo of what usign the application should look like.
Main contributer Santiago Hernandez
This application is free for non-profit use.