Metadata-Version: 2.1
Name: mac-desktop
Version: 2019.4.13
Summary: macOS desktop show/hide
Home-page: https://github.com/looking-for-a-job/mac-desktop.py
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)]()
        [![](https://img.shields.io/pypi/pyversions/mac-desktop.svg?longCache=True)](https://pypi.org/project/mac-desktop/)
        
        #### Installation
        ```bash
        $ [sudo] pip install mac-desktop
        ```
        
        #### Examples
        ```python
        >>> import mac_desktop
        >>> if mac_desktop.visibility()<0.7:    # Desktop hidden?
        ...     mac_desktop.toggle()            # show Desktop
        ```
        
        <p align="center">
            <a href="https://pypi.org/project/python-readme-generator/">python-readme-generator</a>
        </p>
Keywords: desktop
Platform: UNKNOWN
Classifier: Operating System :: MacOS
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
