Metadata-Version: 2.1
Name: noCheck
Version: 0.3
Summary: Find highest of two numbers
Home-page: UNKNOWN
Author: Zubair Mushtaq
Author-email: zubair.mushtaq000@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE.txt

How to install:
pip install noCheck==0.3 // where 0.3 is package version, if the version is different available on pypi.org, please use that as it updated.

How to use 

1: This package will help you to find highest number between two numbers.
2: To get the highest number from two numbers provided.
3: Provide valid details, then use checkNum() to check which is highest number
4: When number is checked, get detailed summary about the number by using conc() function

Example

pip install noCheck==0.3

import noCheck as nc
obj= nc.Number(num1,num2) //supply any two interger numbers
obj.checkNum() //this will check which number from num1 and num2 is greatest
obj.conc() //this will make conclusion based on greatest number



