Skip to content

Tesipog/calculator-GUI-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scientific and Standard Calculator using tkinter

Advance calculator with GUI using Tkinter in python.

Python offers a lot of options to develop GUI applications, but Tkinter is the most usable module for developing GUI(Graphical User Interface). Since Tkinter is cross-platform so it works on both windows and Linux. So here i am using Tkinter module to create a simple python calculator. The fastest and easiest way of developing GUI applications in python is working with Tkinter. So let’s took a quick look on Tkinter.

Prerequisite For Python Calculator For developing a simple GUI calculator in python you must have to prior knowledge of following –

  1. Tkinter
  2. Lambda

And now we will start writing codes for making this. To create this we have to do four things –

  1. Importing Tkinter module
  2. Creating the main interface(window for calculator)
  3. Adding any number of widgets to the main interface
  4. Applying the event trigger on widgets

How to switch between scientific and standard

  1. Click on the files That appear on Right the Corner
  2. There you can switch between scientific and standard

How to Contribute

  1. Fork the the project
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Make required changes and commit (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Calculator using GUI in pyhton

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages