You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: Scripts/Miscellaneous/Scientific_Calculator_GUI/README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,14 @@ Scientific and Standard Calculator combined, made in python using Tkinter module
3
3
4
4
The Calculator is built in such a way that it first allows the user to enter the expression or the complete equation just like an actual scientific calulator in your device and then on pressing the equalto button , it shows the result.
5
5
6
-
Though it may look like a long code, but it is very easy to understand. I tried to shorten it as much as possible. It works very efficiently and fastly for as many functions you enter in a single expression it will evaluate it correctly.
6
+
**Note:** Put Proper Paranthesis while writing the complete expression in Calculator.
7
7
8
-
Note: The only condition with it is that must contain appropriate parantheses otherwise its gonna take it as an Invalid Expression.
8
+
## Modules Required
9
+
Tkinter
10
+
Python3
9
11
12
+
## How To Open
13
+
Simply open the python file, Scientific_Calculator.py
0 commit comments