Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.08 KB

Compound Interest Calculator

About the Calculator

The application calculates the compound interest of given principal, period and interest.

Used formula for the calculations

Compound Interest (CI) = Total amount of Principal (P) and Interest (i) in future ('n' years from the present time) (or Future Value) less Principal amount at present (or Present Value)
CI = [P * (1 + i)^n] - P

Application Startup

Requirements

  • python 3.8+

To run the application manually from the repository

  • Clone the git repository and cd into it
  • Run python3 main.py

Application interface

Interface

Application usage example

Usage example

Application example with invalid input

Invalid input example