An open API service indexing awesome lists of open source software.

https://github.com/andreeadraghici/calculator-tk

Simple calculator application using Python Tkinter
https://github.com/andreeadraghici/calculator-tk

Last synced: about 2 months ago
JSON representation

Simple calculator application using Python Tkinter

Awesome Lists containing this project

README

        

# 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](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_1.png)

![img_2.png](img_2.png)

-----
## Documentation: https://docs.python.org/3/library/tk.html

------
Version 1.0.0 Initial
-----