A graphical compound interest calculator, programmed with the Python GUI Tkinter module.
In order to create a Tkinter window:
- Import the tkinter module.
- Create the main window (container)
- Add any number of widgets to the main window.
- Apply the event Trigger on the widgets.
Run python3 Compound Interest Calculator.py
in a terminal if you have Python 3.