Project
This program is a Calculator made by using Tkinter and basic python. It has three modes, they are
1. Standard
It helps to perform all basic functions of calculator. Functions in Standard mode are :
Addition, Subtraction, Multiplication, Division and Modulo
2. Scientific
It helps to perform all basic as well as additional Scientific operations. The additional operations are:
Sin, Cos, Tan, Cosh, Sinh, Square Root, Log, to Radian, to Degree and factorial
It also helps to use constants like pie and e.
3. Smart
This mode operates a bit differently than the above two modes. It has a button layout like standard mode except that it also has an extra button known as Calculate button. It can take the name of the operation as input in form of text. It can also perform LCM and HCF operations.
Technologies
Python
Tkinter
Back