Python
Daily Compound Interest Calculator
Project URL: https://github.com/tompy017/daily-comp-calc
Purpose:
- To offer a concise and efficient tool for calculating daily compound interest, accessible directly from the terminal interface.
- To provide detailed insights into the earnings accumulated over each period.
Key Features:
- User Input: Takes initial investment, annual interest rate, and investment period as input from the user.
- Data Validation: Ensures data integrity by checking for valid numerical values and prompting for corrections if needed.
- Clear Calculations: Uses a simple and transparent formula for daily compound interest.
- Period-Wise Earnings: Tracks and displays earnings for each period within the investment duration.