Metadata-Version: 2.1
Name: mac-headphones
Version: 2019.5.31
Summary: detect if headphones are plugged
Home-page: https://github.com/looking-for-a-job/mac-headphones
License: UNKNOWN
Description: <!--
        https://pypi.org/project/readme-generator/
        https://pypi.org/project/python-readme-generator/
        -->
        
        [![](https://img.shields.io/badge/OS-macOS-blue.svg?longCache=True)]()
        
        #### Installation
        ```bash
        $ [sudo] pip install mac-headphones
        ```
        
        #### Scripts usage
        command|`usage`
        -|-
        `headphones` |`usage: headphones`
        
        #### Examples
        plugged:
        ```bash
        $ headphones
        1
        ```
        
        not plugged:
        ```bash
        $ headphones
        0
        ```
        
        <p align="center">
            <a href="https://pypi.org/project/python-readme-generator/">python-readme-generator</a>
        </p>
Keywords: headphones
Platform: UNKNOWN
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Unix Shell
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
