๐ 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
- Click the ๐ฉgreen button at the top right side of github.com
- 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
- Download python installation package at python.org .
- Click the installation file to run and
- click cuztomize installation
- tick 2 checkbox at the bottom part
-
Select pip in optional features
-
Select add python to enviromental variables in advanced features
-
Click the install button to start the python installation
Install library
-
Go cmd to install Pathlib
pip install pathlib
-
Install PIL (PhotoImage) to display image in tkinter GUI
pip install pillow