Python Calculator

This program is made for learning purpose.

screenshot

Getting started

  • This Program runs using python, install it via terminal or from thier oficial website

  • You can use 2 modes int numbers and float numbers.

  • It performs Addition, Subtraction, Multiplication and Division only for two numbers in 2 modes decimals and none decimals.

  • It is more relevant and easy to use and understand for an user.

Prerequisites

  • You need to install python version 3.x

For Linux

  • Clone the repo

git clone https://github.com/snapcamel/complete-calculator
cd complete-calculator
bash script.sh

For Windows

  • Download and install gitbash
  • Clone the repo

git clone https://github.com/snapcamel/complete-calculator
cd complete-calculator
bash script.sh

For Mac

  • Clone the repo

git clone https://github.com/snapcamel/complete-calculator
cd complete-calculator
bash script.sh

Built in

  • python 3.x

Author

GitHub

View Github