Py.Calculator
A usefull calculator for any student or anyone who want's to know how to build a simple 2 mode python based calculator.
Getting started
- This Program run on both Windows and Linux operating system by using python, or all other python editor with the python version 3.x
- This software is developed by python 3.x
- You can use 2 modes int numbers and float numbers.
- It performs Addition, Subtraction, Multiplication and Division only for two numbers.
- It is more secure which means you may not enter other anything except the numerical values.
- It is more relevant and easy to use and understand for an user.
Prerequisites
- You need to install python version 3.x. you may download Python version from their official website: ../ https://www.python.org/downloads/
- Clone the repo
- Download gitbash ../ https://git-scm.com/downloads
- Clone the repo
- Clone the repo
- python 3.x
- Antonio Sánchez
For Linux
git clone https://github.com/felxansl/Py.Calculator
cd py.calculator
python main.py
For Windows
git clone https://github.com/felxansl/Py.Calculator
cd py.calculator
python main.py
For Mac
git clone https://github.com/felxansl/Py.Calculator
cd py.calculator
python main.py