Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 28acf52

Browse files
author
Lavish Bansal
authored
Update README.md
1 parent 5849719 commit 28acf52

File tree

1 file changed

+8
-3
lines changed
  • Scripts/Miscellaneous/Scientific_Calculator_GUI

1 file changed

+8
-3
lines changed

Scripts/Miscellaneous/Scientific_Calculator_GUI/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@ Scientific and Standard Calculator combined, made in python using Tkinter module
33

44
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.
55

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.
77

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
911

12+
## How To Open
13+
Simply open the python file, Scientific_Calculator.py
1014

11-
![alt text](https://github.com/lavish619/Scientific-Calculator-GUI-Tkinter/blob/master/scientific%20%20calc%20image.jpg?raw=true)
15+
## Screenshot
16+
![alt text](https://github.com/lavish619/Python_and_the_Web/blob/master/Scripts/Miscellaneous/Scientific_Calculator_GUI/Screenshots/Screenshot-scientific.jpg?raw=true)

0 commit comments

Comments
 (0)