Skip to content

josh-uoc/GrowthCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMPOUND INTEREST CALCULATOR

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.

Features

- 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.

Installation

Requirements:

- Python 3.7 or higher.
- tkinter (usually included with Python)
- ttkbootstrap

About

A simple compound interest calculator.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages