This project calculates both simple and compound interest. The user can:
- Choose a preferred currency (dollars or euros).
- Enter the principal amount.
- Choose the time period (in years, months, days, or weeks).
- Choose the interest rate period (annual, monthly, weekly, or daily).
- Enter the interest rate.
- Decide between simple and compound interest.
- If compound interest is chosen, specify a compounding frequency (daily, weekly, monthly, quarterly, semi-annually, or annually).
- Optionally include leap years in the calculations.
- Python
- (Optional) Virtual environment for dependency management
-
Clone this repository.
-
Navigate to the project folder.
-
Run the script in your terminal:
python Compound_Interest_Calc.py