Skip to content

grimmjowESP6/gui-calculator-tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

GUI Calculator - Tkinter

Creating a GUI Calculator using Tkinter Module

This python application uses Tkinter module to create a windows calculator appliction. This is very basic versiion of the calculator. Here are some things you might need to know before using the application.

  • It has a entry box where it gets and displays the results.
  • The input is taken from the buttons.
  • It is best to use the buttons to enter input in the Entry box rather than directly entering from your key board. So use only the buttons provided.
  • For now, it has only four operations: +, -, *, / (Addition, Subtraction, Multiplication, Division)
  • Enter 1at number and then select the operation, then enter the 2nd number and the click '=' to display the answer.
  • Use the 'Clear' button to clar the entry box.

About

Creating a GUI Calculator using Tkinter Module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages