Skip to content

AndreeaDraghici/Calculator-Tk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator-Tk

Simple calculator app using Python Tkinter

Description

This is a desktop application to create a simple GUI calculator using Tkinter.

How to run

We have an input field in which the user input will be shown, and the final result of the calculation will be displayed.

img.png


Output

Using the input field, buttons and for the calculation purpose we will use logic in our code defined in functions, like if you want to add two numbers then behind this there must be a logic for addition purpose, similarly for substraction, multiplication, etc, we have created functions whose task is to perform these operations.

img_1.png

img_2.png



Version 1.0.0 Initial

About

Simple calculator application using Python Tkinter

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages