Skip to content

A Python module to analyze the the total cost of paying off one or multiple (student) loans

License

Notifications You must be signed in to change notification settings

michaelsilverstein/Loans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiloan

Quickly analyze the the total cost of paying off one or multiple (student) loans

multiloan allows you to analyze the payment schedule of a single loan, multiple loans, and how the total cost of loans varies with a provided range of recurring payments.

Documentation

Documentation: In detail description of multiloan classes available here

Tutorial: An interactive tutorial is here

Setup

You can install this package with pip:

pip install multiloan

References and other tools

  1. https://unbury.us: This is a great online tool that provided a lot of the inspiration for this project. It shows you the payment trajectory of multiple loans for a single monthly payment amount, as you can do with multiloan.

Contributing

Contributions can be made to the GitHub project here: https://github.com/michaelsilverstein/Loans

Updates should be accompanied by new unit tests to the test directory

Unit tests can be run with:

python -m unittest

About

A Python module to analyze the the total cost of paying off one or multiple (student) loans

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published