Skip to content

A graphical compound interest calculator, programmed with the Python GUI Tkinter module.

License

Notifications You must be signed in to change notification settings

CodeMaster7000/Compound-Interest-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Compound Interest Calculator

About

A graphical compound interest calculator, programmed with the Python GUI Tkinter module.

Useful Information

In order to create a Tkinter window:

  1. Import the tkinter module.
  2. Create the main window (container)
  3. Add any number of widgets to the main window.
  4. Apply the event Trigger on the widgets.

Implementation

Run python3 Compound Interest Calculator.py in a terminal if you have Python 3.

About

A graphical compound interest calculator, programmed with the Python GUI Tkinter module.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages