programmarself / EcodeCamp_Task_Number_One

Simple Calculator

Repository from Github https://github.comprogrammarself/EcodeCamp_Task_Number_OneRepository from Github https://github.comprogrammarself/EcodeCamp_Task_Number_One

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

About

Simple Calculator


Languages

Language:Python 53.2%Language:HTML 30.8%Language:CSS 16.0%