Skip to content

techvio-dev/PyCalc-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

GitHub GitHub language count GitHub top language GitHub code size in bytes GitHub repo size GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests GitHub last commit (branch) GitHub watchers GitHub Repo stars

PyCalc-Project

A Powerful Calculator Written in Python

Operations:

    *   Addition      : +
    *   Subtraction   : -
    *   Multiplication: *
    *   Division      : /   
    *   Modulus       : %
    *   Exponentiation: **   
    *   Floor division: //   

console commands:

    *   Help             :  help
    *   Calculator Mode  :  calc
    *   Square Root Mode :  sqrt
    *   Console Version  :  version

Dependicies:

  • Python 3.x

How To Get The Program And Run it:

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

if it's not working check your installed version of python (make sure you have python 3.x)

Supported on:

  • Linux
  • Windows

License:

MIT License: https://mit-license.org/