Metadata-Version: 1.2
Name: is_computer_on
Version: 1.0.1
Summary: A python package to empirically determine if the processing unit is functional.
Home-page: https://github.com/GrantGMiller/is_computer_on
Author: Grant miller
Author-email: grant@grant-miller.com
License: PSF
Project-URL: Source Code, https://github.com/GrantGMiller/is_computer_on
Description: A python package to empirically determine if the processing unit is functional.
        
        Install
        =======
        pip install is_computer_on
        
        
        Usage
        ------------------
        
        ::
        
            from is_computer_on import is_computer_on
        
            print('Is the computer on?.', is_computer_on(), '!')
        
        Result
        ::
        
            >>> Is the computer on?. Yes !
        
        
        
        
        
        
        
        
        
        
        P.S. This is a joke
        
        
Keywords: is computer on
Platform: UNKNOWN
