A mortgage calculator and amortization schedule generator written in Python (3.5)
Requires pip, virtualenv, and python 3.x.
# From top level directory
virtualenv venv
. venv/bin/activate
pip install -r requirements.txt
python -m morty -p 200000 -t 30 -i 3.75