This project is a Python-based financial calculator designed to help users calculate either:
To run this project locally, follow these steps:
git clone https://github.com/yourusername/financial-calculator.git
cd financial-calculator
python financial_calculator.py
When you run the program, you'll be presented with two options:
Based on your selection, the program will ask for relevant inputs (such as deposit amount, interest rate, and investment years for the investment option, or present value, interest rate, and months for the bond option).
Once you provide the inputs, the calculator will display the result.
This project was developed by [Olona Mashalaba].
You can find the project repository here.