Skip to content

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.

Notifications You must be signed in to change notification settings

avinash3699/Simple-Calculator-using-tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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.

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages