Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 291 Bytes

File metadata and controls

8 lines (7 loc) · 291 Bytes

Calculator

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:)