- This simple GUI calculator takes input from the user and performs specified Arithmetic operations and display the result.
- This is a simple GUI calculator made with Python 3.8(tkinter)
- In this GUI the widgets I have used are
- Label
- Entry
- Button
- Through this calculator we can perform simple Arithmetic operations like
- Addition (+)
- Subtraction (-)
- Multiplication (*)
- Division (/)
- This code will run only on Python3.x
- You need to have Python 3.x on your PC, you can Download here