Skip to content

MeowsterDeveloper/complete-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published