Simple Calculator using Tkinter (Python)
Don't forget to import tkinter module before running this code To install tkinter follow these step: 1: Open your command prompt in same directry where the .py file exist. 2: Type, "pip install tkinter" and press enter. 3: Done:)