Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 853 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 853 Bytes

Calculator

Project description

Create your own Python Calculator App using Python and tkinter.

Your task

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:

  1. Add the square function and the square root function so the calculator will be able to calculate the equations that contain those two functions.
  2. You can also add other functions like cos, sin and for this you need to modify the graphical interface of the calculator.
  3. Any other ideas are welcomed.

Requirements

Before running the code, you need to install python

Run the project

in order to run the code, you need to execute calculator.py

python3 calculator.py