Author name: Sathvika

Create a Scientific Calculator using tkinter

Introduction In this program , we will create a scientific calculator using tkinter library in python , which provides a graphical user interface (gui) for inputting and calculating mathematical expressions. This scientific calculator performs basic arithmetic operations, advanced mathematical functions (fact,abs,log,sqrt), trigonometry functions and power functions This scientific calculator has a history feature which Records …

Create a Scientific Calculator using tkinter Read More »

Scroll to Top