This Repo contains a simple calculator made using "Tkinter" module in python...
Python
Simple-Calculator-Using-Tkinter..
This Repo contains a Simple Calculator made using "Tkinter" module in python...
Basically What is Tkinter?
In Python, Tkinter is a standard GUI (graphical user interface) package. Tkinter is Python's default GUI module and also the most common way that is used for GUI programming in Python. Note that Tkinter is a set of wrappers that implement the Tk widgets as Python classes.