Skip to content

A mortgage calculator and amortization schedule generator written in Python (3.5)

Notifications You must be signed in to change notification settings

shudgston/morty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

morty

A mortgage calculator and amortization schedule generator written in Python (3.5)

Setup

Requires pip, virtualenv, and python 3.x.

# From top level directory

virtualenv venv
. venv/bin/activate
pip install -r requirements.txt

Example Usage

python -m morty -p 200000 -t 30 -i 3.75

About

A mortgage calculator and amortization schedule generator written in Python (3.5)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages