Question: Using Python , create a GUI that calculates your wealth at retirement given the following inputs into the GUI 1) Mean Return (%) This is
UsingĀ Python, create a GUI that calculates your wealth at retirement given the following inputs into the GUI
1) Mean Return (%) This is the average annual return of the investment above inflation
2) Std Dev Return (%) This is a measure of the annual volatility of the investment
3) Yearly Contribution ($)
4) No. of Years of Contribution
5) No. of Years to Retirement
There should be Quit and Calculate buttons at the bottom. When you press calculate, the GUI should display your wealth at retirement. Your python code should also plot your wealth as a function of year.
Step by Step Solution
There are 3 Steps involved in it
Heres a Python code using Tkinter for the GUI and matplotlib for plotting the wealth as a function of years import tkinter as tk from tkinter import m... View full answer
Get step-by-step solutions from verified subject matter experts
