Skip to content

Commit abd0dd5

Browse files
authored
Create README..md
1 parent 3d2a88b commit abd0dd5

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
A calculator App
2+
## Short description of package/script
3+
- it is a basic python script calculator app.
4+
- imported `tkinter` in python.
5+
6+
## Setup instructions
7+
Firstly, download the python script in your local computer and run it, it will work successfully.
8+
9+
## Detailed explanation of script, if needed
10+
As you can see, nowadays calculating big-big numbers is very tough or it may takes time to solve. I have created a basic python script `Calculator app` where you can calculate the numbers.
11+
In my Script, I have imported tkinter which is really very easy in python.
12+
I have created function for adding values, clear when we don't won't to calculate some number and also for expression one, i.e `"hello"`. Adding a silver line to it, I have created 9 buttons for numbers from 0-9 and also for `+`, `-`, `/` and `*`.
13+
14+
15+
## Output
16+
### opening view
17+
![cal 1](https://user-images.githubusercontent.com/77045147/121802540-7eb75880-cc5a-11eb-98b1-59f10db2258c.png)
18+
19+
### multiplying 9*3
20+
![image](https://user-images.githubusercontent.com/77045147/121802557-98f13680-cc5a-11eb-9ade-281803b1a6f1.png)
21+
22+
9*3 = 27
23+
24+
### output -
25+
![image](https://user-images.githubusercontent.com/77045147/121802593-ca6a0200-cc5a-11eb-8b37-fabdf1a19400.png)
26+
27+
28+
## Author(s)
29+
30+
Manognya Dasika
31+
32+
## Disclaimers, if any
33+
`na`

0 commit comments

Comments
 (0)