Skip to content

Commit 7074adc

Browse files
committed
Scientific Calculator
Related Issue Info about the related issue LGM-SOC'21 Participant Closes: prathimacode-hub#371 Describe the changes you've made Give a clear description what modifications you have made Type of change What sort of change have you made: Bug fix (non-breaking change which fixes an issue) New feature (non-breaking change which adds functionality) Code style update (formatting, local variables) Breaking change (fix or feature that would cause existing functionality to not work as expected) This change requires a documentation update How Has This Been Tested? Describe how have you verified the changes made Tested in command prompt and the command is mentioned in README.md and also added the image for testing. Checklist: My code follows the guidelines of this project. I have performed a self-review of my own code. I have commented on my code, particularly wherever it was hard to understand. I have made corresponding changes to the documentation. My changes generate no new warnings. I have added tests that prove my fix is effective or that my feature works. Any dependent changes have been merged and published in downstream modules.
1 parent c069481 commit 7074adc

File tree

7 files changed

+404
-0
lines changed

7 files changed

+404
-0
lines changed
182 KB
Loading
184 KB
Loading
171 KB
Loading
171 KB
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Scientific calculator
2+
3+
Short description of package/script:-
4+
5+
### It is a basic python script calculator app.
6+
7+
### Imported tkinter in python.
8+
9+
Setup instructions:- \#\#\# Firstly, download the python script in your
10+
local computer and run it, it will work successfully.
11+
12+
Detailed explanation of script, if needed:- \#\#\# As you can see,
13+
nowadays calculating big-big numbers is very tough or it may takes time
14+
to solve. I have created a basic python script Scientific Calculator app
15+
where you can solve the basic as well as complex calculations. In my
16+
Script, I have imported tkinter which is really very easy in python.
17+
18+
Screenshots:- \#\#\# (Image1.png),(Image2.png),(Image3.png),(Image4.png)
19+
20+
output:- \#\#\# Answers will be display after the calculations
21+
22+
Author(s) Prakhar Agarwal
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### Imported Libraries and packages
2+
- from tkinter import *
3+
import math
4+
import parser
5+
import tkinter.messagebox

0 commit comments

Comments
 (0)