Skip to content

Commit 5231cae

Browse files
Update README.md
1 parent dc55c8a commit 5231cae

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,40 @@
11
# Simple Calculator
2+
![1](https://github.com/user-attachments/assets/2f8abf7b-a284-4270-bb45-0f0bad728491)
3+
4+
# Simple Calculator
5+
6+
## Objective
7+
Develop a command-line calculator application to perform basic arithmetic operations.
8+
9+
## Task Roadmap
10+
11+
### 1. Project Setup
12+
- Initialize a Python project and set up a virtual environment.
13+
14+
### 2. Development
15+
- Implement functions for:
16+
- Addition
17+
- Subtraction
18+
- Multiplication
19+
- Division
20+
- Use a loop to allow continuous calculations until the user decides to exit.
21+
- Handle invalid input and division by zero errors.
22+
23+
### 3. Testing
24+
- Test the calculator with various inputs to ensure accuracy.
25+
26+
### 4. Documentation
27+
- Provide a usage guide and example inputs.
28+
29+
### 5. Deployment
30+
- Make a simple UI using Flask or Gradio.
31+
32+
<h2 style="font-family: 'poppins'; font-weight: bold; color: Green;">👨💻 Author: Irfan Ullah Khan</h2>
33+
34+
[![GitHub](https://img.shields.io/badge/GitHub-Profile-blue?style=for-the-badge&logo=github)](https://github.com/programmarself)
35+
[![Kaggle](https://img.shields.io/badge/Kaggle-Profile-blue?style=for-the-badge&logo=kaggle)](https://www.kaggle.com/programmarself)
36+
[![LinkedIn](https://img.shields.io/badge/LinkedIn-Profile-blue?style=for-the-badge&logo=linkedin)](https://www.linkedin.com/in/irfan-ullah-khan-4a2871208/)
37+
38+
[![YouTube](https://img.shields.io/badge/YouTube-Profile-red?style=for-the-badge&logo=youtube)](https://www.youtube.com/@irfanullahkhan7748)
39+
[![Email](https://img.shields.io/badge/Email-Contact%20Me-red?style=for-the-badge&logo=email)](mailto:programmarself@gmail.com)
40+
[![Website](https://img.shields.io/badge/Website-Contact%20Me-red?style=for-the-badge&logo=website)](https://flowcv.me/ikm)

0 commit comments

Comments
 (0)