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.
Through github.com
- Click the 🟩green button at the top right side of github.com
- Download the zip file and extract it
Paste this code in cmd if you have installed git in your pc
git clone https://github.com/lmjaedentai/Mortgage-Repayment-Calculator.git
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
-
Go cmd to install Pathlib
pip install pathlib
-
Install PIL (PhotoImage) to display image in tkinter GUI
pip install pillow