Skip to content

Files

Latest commit

 

History

History

Scientific_Calculator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

SCIENTIFIC CALCULATOR


What is it

  • This program will provide the user an attractive user interface of Scientific Calculator
  • This calculator can do Basic Arithmetic Operations like *( +, -, , / )
  • Also performs all the trignometric calculations like (sin, cos, tan)
  • Also performs all the logarithmic calculations like (log, ln)
  • Also performs all the inverse calculations like (1/x)
  • Also performs all the exponential calculations like (e^x, x^n, n^x, etc.)
  • Also performs all the angular calculations like (deg, rad)
  • Also adding constants like (pi, e)
  • Adding all these functions will definately give a better user experience along with the attractive user interface
  • Also adding instructions to use this calculator in more efficiently

Modules Used

  • tkinter
  • math

First install these libraries and use python 3 or above to enjoy this Scientific Calculator


Screenshot 📸

Scientific_Calculator


Author

Avdhesh Varshney