This is a command-line interface application.
This project leverages python with the following packages:
-
fire - For the command line interface, help page, and entry-point.
-
questionary - For interactive user prompts and dialogs
before running:
pip install fire
pip install questionary
To use the loan qualifier application simply clone the repository and run the app.py file:
python app.py
Chandler schaak
Email: cschaak96@gmail.com
Starter code provided by Trilogy Education Services
MIT