Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 382 Bytes

File metadata and controls

15 lines (8 loc) · 382 Bytes

Mini-Project

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.