Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 347 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 347 Bytes

python-gui-calculator

GUI based simple calculator using Python Tkinter module, which can perform basic arithmatic operations addition, subtraction, multiplication and division.

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