A simple GUI Calculator made with python.
- Download the calculator.py
- Run the python file.
python calculator.py
We want to create a simple calculator with 16 buttons across 4 rows.
Here we will be mainly utilising the `Tkinter` library by Python , which can be used to create GUI based interactions.
The GUI should of the following structure :
- Define the buttons and its actions
- Design the UI with the Tkinter library
- Connect the UI with the button actions