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

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

Awesome Lists containing this project

README

        

# GUI-based calculator using Tkinter in Python
![python](http://ForTheBadge.com/images/badges/made-with-python.svg)

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
![Screenshot1](https://user-images.githubusercontent.com/98543992/152636027-c7ace70b-85ee-45ee-9f70-a658abf18e92.png)