Awesome-Python-Scripts/Bank_Interest_Calculator
2024-05-26 18:09:51 +06:30
..
interest_calculator.py Add a new project (Bank Interest Calculator[1 python script, 1 README file]) and modified the project list by adding the new project's name and my GitHub 2024-05-26 18:09:51 +06:30
README.md Add a new project (Bank Interest Calculator[1 python script, 1 README file]) and modified the project list by adding the new project's name and my GitHub 2024-05-26 18:09:51 +06:30

Bank Interest Calculator

Simple Text-based interest calculator

What can I do with it?:

  • Calculate the interest amount
  • Calculate the total amount including the interest

    for the specified amount of years.

How can I run it?

You can run it via:

  • terminal or command prompt
  • any IDE that supports Python