This simple Python script calculates the future value of an investment based on the principal amount, annual interest rate, and investment duration. It's a handy tool for anyone looking to estimate the growth of their investments over time.
- User-friendly command-line interface
- Calculates future value using compound interest
- Accepts input for principal amount, interest rate, and investment duration
- Displays the result rounded to two decimal places
- Run the script in a Python environment
- Enter the requested information when prompted:
- Investment amount (principal)
- Annual interest rate (in percentage)
- Number of years for the investment
- The calculator will display the future value of your investment
Welcome to Investment Calculator Enter the Investment Amount: $1000 Enter the Annual interest rate (in %): 5 Enter the number of years: 10 After 10 years, your investment will grow to: $1628.89