Metadata-Version: 2.1
Name: is-computer-on
Version: 1.0.0
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
Keywords: is computer on
Platform: UNKNOWN

A python package to empirically determine if the processing unit is functional.

Install
=======
pip install is_computer_on


Create a new table
------------------

::

    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



