Skip to content

Commit 2ea772e

Browse files
committed
Updated Calculator README.md
1 parent f8a43c6 commit 2ea772e

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

Calculator/README.md

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

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+
27+
1128
#### By [Avinash Kr. Ranjan](https://github.com/avinashkranjan)

0 commit comments

Comments
 (0)