Metadata-Version: 2.1
Name: Python-Calculator-by-John-Osilama
Version: 0.0.1
Summary: A simple python calculator package
Author-email: John Osilama Thomas <smovmoth@gmail.com>
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

#Python Calculator 

Python Calculator is a sample calculator implemented using Python 3.7.

Python Calculator performs basic math operations, that is:

    addition
    multiplication
    division
    subtraction
    square root

##Installation

pip install calculatorpackage-John-Osilama

##How to Use Python Calculator 

The python calculator will ask you to enter a number between 1 - 5

entering 1 will call the add method of the calculator class;

entering 2 will call the subtract method of the calculator class;

entering 3 will call the multiply method of the calculator class;

entering 4 will call the divide method of the calculator class;

entering 5 will call the square root method of the calculator class;

After calculation is completed, the python calculator will reset and start again

About the Author #Heading 1

Hi, my name is John Osilama Thomas. I'm a Python Developer


##License 
Python Calculator is released under the MIT License.
