/PoshBot.Calculator

Calculator plugin for PoshBot

Primary LanguagePowerShellMIT LicenseMIT

PoshBot.Calculator

A simple PoshBot for running some basic calculations.

Install Module

This module is not yet available in the PowerShell Gallery. In the mean time, download and extract the .zip file.

Install Plugin

Once you have the module installed, you can install the plugin from within PoshBot:

!ip poshbot.calculator

Commands

  • c
  • sqrt

Usage

!c 8+2

10
!c 5^2

25

This module is under development with the intention to create simple calculator functions in PoshBot (https://github.com/poshbotio/poshbot).