Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages