Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 722 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 722 Bytes

Simple Calculator using Tkinter

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.