Skip to content

Python scripts to track loan payments and build loan amortization table.

License

Notifications You must be signed in to change notification settings

FishheadNate/Loan-Payment-Tracker

Repository files navigation

Loan-Payment-Tracker

Python scripts to track loan payments and build a loan amortization table.

Requirements

Conda

conda env create -f environment.yml

PIP

pip install requirements.txt

Build

Amortization Table

./build-amortization-table.py --amount XXXXX.XX --interest X.XX --length XX --origin_date MM-DD-YYYY --balloon_month XX

Process Payment and create PDF receipt

./payment-tracker.py -payment XXX.XX -date MM-DD-YYYY -check_numb XXXX -notes 'Optional payment notes'

About

Python scripts to track loan payments and build loan amortization table.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages