Tkinter Examples Module

This module provides a standalone Tkinter GUI app showing examples of how MODES can be used, including direct integration with SciPy function solve_ivp(). Results are plotted using MatPlotLib which should be installed before use.

Start the app by running this module from the command line:

python -m modespy.tk_examples

modespy.tk_examples.main()