Skip to content

A graphical compound interest calculator, coded using the Python Tkinter module.

License

Notifications You must be signed in to change notification settings

OnBoard-Devs/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, coded using the Python Tkinter module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%