https://github.com/dyslex7c/calculator
A simple GUI-based calculator using Tkinter in Python
https://github.com/dyslex7c/calculator
calculator python python3 tkinter
Last synced: 2 months ago
JSON representation
A simple GUI-based calculator using Tkinter in Python
- Host: GitHub
- URL: https://github.com/dyslex7c/calculator
- Owner: Dyslex7c
- Created: 2022-02-05T08:47:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T13:13:42.000Z (about 1 year ago)
- Last Synced: 2025-01-02T05:17:13.810Z (4 months ago)
- Topics: calculator, python, python3, tkinter
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GUI-based calculator using Tkinter in Python
An electronic calculator is typically a portable electronic device used to perform calculations, ranging from basic arithmetic to complex mathematics. A digital calculator is a type of electronic calculator, usually but not always handheld, designed to calculate problems in science, engineering, and mathematics. They have completely replaced slide rules in traditional applications, and are widely used in both education and professional settings.
# Supported Operations
Addition(+)
Subtraction(-)
Multiplication(×)
Division(÷)
pi(π)
Euler's number(e)
sin
sin⁻¹
cos
cos⁻¹
tan
tan⁻¹
log
ln
And other complex operations
# Screenshots
