We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1eb3f3 commit 7397a93Copy full SHA for 7397a93
1 file changed
README.md
@@ -1,2 +1,33 @@
1
# EasyCalc
2
- A easy calculator by Python.
+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
14
+ cd EasyCalc
15
16
17
+3. Run the calculator:
18
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