Create your own Python Calculator App using Python and tkinter.
In order to complete this calculator app , you need to add the missing functions that already exist in the graphical interface but don't give any result or even add your own functions. Here are some things you can develop in the calculator to contribute:
- Add the square function and the square root function so the calculator will be able to calculate the equations that contain those two functions.
- You can also add other functions like cos, sin and for this you need to modify the graphical interface of the calculator.
- Any other ideas are welcomed.
Before running the code, you need to install python
in order to run the code, you need to execute calculator.py
python3 calculator.py