|
1 | 1 | <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. |
4 | 3 | ---------------------------------------------------------------------
|
5 | 4 |
|
6 | 5 | ## How it works
|
7 | 6 | - It takes the mathematical equation by the User.
|
8 | 7 |
|
9 | 8 | - It returns the result of the mathematical equation.
|
10 | 9 |
|
| 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 | + |
11 | 28 | #### By [Avinash Kr. Ranjan](https://github.com/avinashkranjan)
|
0 commit comments