Skip to the content.

๐Ÿ Python version

You are recommended to download our software instead of the original python source code. You donโ€™t need to install anything if you try our exe version application.

Installation

Through github.com

image

  1. Click the ๐ŸŸฉgreen button at the top right side of github.com
  2. Download the zip file and extract it

Through cmd

Paste this code in cmd if you have installed git in your pc

git clone https://github.com/lmjaedentai/Mortgage-Repayment-Calculator.git


Prerequisite

Install Python

Not support python2

  1. Download python installation package at python.org .

python web

  1. Click the installation file to run and
    • click cuztomize installation
    • tick 2 checkbox at the bottom part

image

  1. Select pip in optional features image

  2. Select add python to enviromental variables in advanced features image

  3. Click the install button to start the python installation

Install library

pip

  1. Go cmd to install Pathlib pip install pathlib

  2. Install PIL (PhotoImage) to display image in tkinter GUI pip install pillow