Skip to main content

A command line application that creates amortization schedules.

Project description

amort/images/title.png

travis coverage pyversions version status format license

Amortization is a command line interface that outputs an amortization schedule based on the user’s input of the borrowed amount, interest rate, loan duration, and number of payments made annually. For reading on amortization schedules please visit: https://en.wikipedia.org/wiki/Amortization_schedule

Installation

Amortization requires the pandas library in order for the command line application to work correctly. Pandas should be pre-installed in the environment where amortization is installed. For pandas install instructions, please visit: http://pandas.pydata.org/

To install the Amortization package simply open a command line prompt and run:

pip install amort

If you would rather install from source, run the following commands:

git clone https://github.com/mandeep/Amortization.git
cd Amortization
python setup.py install

Usage

Once Amortization is installed, the command line application can be invoked with the following command and mandatory arguments:

amortization BORROWED INTEREST LENGTH PERIODS [NAME]

Example:

amortization 70000000 3 30 12 "Gulfstream G650 Loan"

Output of the command line application appears below:

amort/images/amort.png

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

amort-0.22.1.tar.gz (4.1 kB view hashes)

Uploaded source

Built Distributions

amort-0.22.1-py3-none-any.whl (5.4 kB view hashes)

Uploaded py3

amort-0.22.1-py2-none-any.whl (5.4 kB view hashes)

Uploaded py2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page