* Addition : +
* Subtraction : -
* Multiplication: *
* Division : /
* Modulus : %
* Exponentiation: **
* Floor division: //
* Help : help
* Calculator Mode : calc
* Square Root Mode : sqrt
* Console Version : version
- Python 3.x
Clone The source code:
git clone https://github.com/techvio1/PyCalc-Project/
Run The Program using python interpreter:
python3 /Path/of/the/source/code/main.py
Example on linux:
python3 /home/YourLinuxUsername/Downloads/Pycalc-Project/main.py
Example on Windows:
python3 C:\Users\YourWindowsUsername\Downloads\Pycalc-Project\main.py
Supported on:
- Linux
- Windows
License:
MIT License: https://mit-license.org/