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.