Skip to content

A GUI based calculator developed in python using its inbuilt library Tkinter. It can perform basic mathematical computations such as +, -, *, /, ^, n^2

Notifications You must be signed in to change notification settings

tusharmalhotra20/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Calculator

A GUI based calculator developed in python using its inbuilt library Tkinter. It can perform basic mathematical computations such as:

  • Addition (+)
  • Subtraction (-)
  • Multiplication (*)
  • Division (/)
  • Calculating exponent of a number (^)
  • Squaring a number (n^2)

*Some icon files are provided in the Icon folder. To change the icon of the application present on the top-left, make changes in the main.py file here: root.iconbitmap("Icons/<name_of_file>.ico")

UI of the Application:

About

A GUI based calculator developed in python using its inbuilt library Tkinter. It can perform basic mathematical computations such as +, -, *, /, ^, n^2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages