Skip to content

Commit 7397a93

Browse files
committed
docs: update README.md
1 parent d1eb3f3 commit 7397a93

1 file changed

Lines changed: 32 additions & 1 deletion

File tree

README.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,33 @@
11
# EasyCalc
2-
A easy calculator by Python.
2+
An easy calculator by Python.
3+
4+
## Usage
5+
To use the EasyCalc calculator, follow these steps:
6+
7+
1. Clone the repository:
8+
```bash
9+
git clone https://github.com/your-username/EasyCalc.git
10+
```
11+
12+
2. Navigate to the project directory:
13+
```bash
14+
cd EasyCalc
15+
```
16+
17+
3. Run the calculator:
18+
```bash
19+
python main.py
20+
```
21+
22+
4. Follow the on-screen instructions to perform calculations.
23+
24+
## Features
25+
- Addition
26+
- Subtraction
27+
- Multiplication
28+
- Division
29+
30+
Feel free to explore the code and make any improvements or modifications as needed.
31+
32+
## License
33+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.

0 commit comments

Comments
 (0)