You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple Calculator using Tkinter is a Python Application built using one of the best libraries for GUI in Python 'Tkinter'. This Calculator has the basic arithmetic operations such as Addition, Subtraction, Multiplication and Division.
Module Included:
tkinter
Tkinter is the inbuilt python module that is used to create GUI applications. It is one of the most commonly used modules for creating GUI applications in Python as it is simple and easy to work with. You don’t need to worry about the installation of the Tkinter module separately as it comes with Python already. It gives an object-oriented interface to the Tk GUI toolkit.
About
Simple Calculator using Tkinter is a Python Application built using one of the best libraries for GUI in Python 'Tkinter'. This Calculator has the basic arithmetic operations such as Addition, Subtraction, Multiplication and Division.