Skip to content

Meriem-DAHMANI/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages