An interactive command-line calculator built using Python (Jupyter Notebook).
It supports arithmetic, trigonometric, and memory operations โ all from a simple menu-based interface.
- Simple and user-friendly CLI interface
- Performs addition, subtraction, multiplication, division, and advanced math operations
- Supports memory storage and history
- No external dependencies (only Python standard libraries:
math,os)
You can open and use this calculator instantly on Google Colab โ no installation needed.
- Click the badge above.
- Colab will open the notebook online.
- Click Runtime โ Run all, and your calculator will start automatically.
- Open git bash on your computer
- Write:
git clone https://github.com/SwapnenduSoumik/python-cli-calculator.git cd python-cli-calculator python python_cli_calculator.py - Press ENTER โ the calculator will start