GUI-scientific-calculator-using-python icon indicating copy to clipboard operation
GUI-scientific-calculator-using-python copied to clipboard

it's a scientific calculator using python.It will consist a graphical user interface using Tkinter libraries in python.

Results 3 GUI-scientific-calculator-using-python issues
Sort by recently updated
recently updated
newest added

In your code, you are using the function eval(), which allows the user to execute any python code inputted, like `__import__('os').system('whoami')` .

I completely changed the UI and code base of this Calculator Some MAJOR fixes are:- -Updated UI - included README - Included a Icon - - fixed and updated the...

Calculator will work okay until and unless it is used simply, It will still work okay if and operator is pressed after pressing '=' equal, but what is the user...