Skip to content

programmarself/EcodeCamp_Task_Number_One

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Calculator

1

Simple Calculator

Objective

Develop a command-line calculator application to perform basic arithmetic operations.

Task Roadmap

1. Project Setup

  • Initialize a Python project and set up a virtual environment.

2. Development

  • Implement functions for:
    • Addition
    • Subtraction
    • Multiplication
    • Division
  • Use a loop to allow continuous calculations until the user decides to exit.
  • Handle invalid input and division by zero errors.

3. Testing

  • Test the calculator with various inputs to ensure accuracy.

4. Documentation

  • Provide a usage guide and example inputs.

5. Deployment

  • Make a simple UI using Flask or Gradio.

👨💻 Author: Irfan Ullah Khan

GitHub Kaggle LinkedIn

YouTube Email Website