This project provides a calculator that allows users to calculate interest earned on investments and the amount they need to repay for a home loan per month.
Please see below the steps to be used in order to install the project locally:
- Clone the repository to your local machine.
- Install Python
- Navigate to the project directory
- Install the following dependencies: import math
- Navigate to the project directory
- Run the file: python finance_calculatory.py
- The program will prompt the user to whose between two options: 'investment' or 'bond'. If the users selects 'investment', he will be asked to enter the amount, interest rate, number of years, and interest type. If the user selects 'bond', the house value, interest rate, and number of repayment months are required.
- Depending on the option selected, the program will show the relevant output (interest or monthly repayment value)
Cristina Aliman