loan_payoff_tools: Simulates multiple different scenarios in which to payoff loans.
This project is designed to determine the optimal way of paying off multiple loans. This tool can be used to determine if is better to payoff the smallest loan or the highest interest rate or any other technique.
Installation
The easiest way to install most Python packages is via easy_install
or pip
:
$ easy_install loan_payoff_tools
Usage
import loan_payoff_tools
Examples
See Examples
Development
Run Tests
$ python setup.py test
Install
$ python setup.py develop
Copyright & License
- Copyright 2014, Phillip Green II
- License: MIT