Skip to content

calculator developed in python that takes input as an expression like 21+4/4*7-67 and gives output according to BODMAS rule.

Notifications You must be signed in to change notification settings

avinashkarhana/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expression calculator

A calculator developed in python that takes input as an expression like 21+4/47-67 and gives output according to BODMAS rule. Example: input:21+4/47-67 output:-39.0

There are two usable interface of this calculator :

1.CLI(Command line Interface)
2.GUI(Graphical User Interface)

But to run GUI you need CLI script in same directry as GUI.

ScreenShots of Both inerfaces:

        1.CLI

calc_cli_screenshot

        2. GUI

calc_gui_screenshot

About

calculator developed in python that takes input as an expression like 21+4/4*7-67 and gives output according to BODMAS rule.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages