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
- Host: GitHub
- URL: https://github.com/andreeadraghici/calculator-tk
- Owner: AndreeaDraghici
- Created: 2022-05-01T14:49:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T15:56:42.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T13:07:05.573Z (3 months ago)
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
----------------------------
# 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.

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