Skip to content

Commit 60de909

Browse files
authored
Merge pull request #1797 from AnkitaBarbora/new_branch
Updated Calculator README.md
2 parents e75e818 + 0ab383e commit 60de909

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

Calculator/README.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,30 @@
11
<h1 align="center">Calculator</h1>
2-
It is used to calculate any simple mathematical equation.
2+
This is a simple calculator program written in Python that performs basic arithmetic operations. It can add, subtract, multiply, and divide numbers.
33

4-
---------------------------------------------------------------------
54

65
## How it works
76
- It takes the mathematical equation by the User.
87

98
- It returns the result of the mathematical equation.
109

11-
#### By [Avinash Kr. Ranjan](https://github.com/avinashkranjan)
10+
## Usage
11+
To use the calculator program, follow these steps:
12+
13+
- Clone the repository or download the source code files.
14+
15+
- Make sure you have Python installed on your system (version 3.6 or above).
16+
17+
- Open a terminal or command prompt and navigate to the directory where the source code is located.
18+
19+
- Run the calcy.py file using the following command:
20+
"python calcy.py"
21+
22+
- Enter the the operation you wish to perform.
23+
24+
- The program will display the result of the operation.
25+
26+
## Screenshot
27+
<img width="546" alt="calcy" src="https://github.com/AnkitaBarbora/Amazing-Python-Scripts/assets/101138526/027bdcb6-9a7a-4919-af85-10e8e0432b0c">
28+
29+
30+
#### By [Avinash Kr. Ranjan](https://github.com/avinashkranjan)

0 commit comments

Comments
 (0)