Simple Calculator Using Tkinter Module
Tkinter is a module which i used in my project to create GUI applications. Creating a GUI using Tkinter is an easy task.
To create a Tkinter :
1.Importing the module – tkinter
2.Create the main window (container)
3.Add any number of widgets to the main window
4.Apply the event Trigger on the widgets.