mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2025-02-12 03:18:08 +00:00
13 lines
329 B
Markdown
13 lines
329 B
Markdown
# 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 |