Metadata-Version: 2.1
Name: noCheck
Version: 0.5
Summary: Find highest of two numbers
Home-page: UNKNOWN
Author: Zubair Mushtaq
Author-email: zubair.mushtaq000@gmail.com
License: UNKNOWN
Description: #How to install:
        
        
        pip install noCheck==0.5 // where 0.5 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.5
        
        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
Platform: UNKNOWN
Description-Content-Type: text/markdown
