Skip to content

koteshvarma2/PYTHON-CALCULATOR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

PYTHON-CALCULATOR

CLI Calculator

A simple command-line calculator that supports basic operations: addition, subtraction, multiplication, and division.

Features

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Loop until the user chooses to exit

Usage

  1. Run the calculator script:

    python3 cli-calculator/src/calculator.py
    
  2. Follow the prompts to perform calculations.

Testing

To run the tests, execute:

python -m unittest discover -s tests

Installation

You can install the package using:

pip install -e .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages