This is a Python-based GUI application for calculating compound interest over a specified period. The application is built using the tkinter library, with ttkbootstrap providing enhanced styling options. Users can input their initial amount, annual interest rate, number of years, and monthly contributions to calculate the final amount after the specified period.
- User-Friendly Interface: The application features an intuitive GUI with input fields for the initial amount, interest rate, years, and monthly contributions.
- Responsive Design: The app responds to user inputs immediately, allowing users to calculate the compound interest quickly.
- Tooltips: Each input field includes a tooltip to guide users on what information to enter.
- Validation: Input validation ensures that all fields are filled correctly, with numeric values and appropriate decimal precision.
Requirements:
- Python 3.7 or higher.
- tkinter (usually included with Python)
- ttkbootstrap