Metadata-Version: 2.1
Name: hushboard
Version: 0.0.1
Summary: Mute your mic while you're typing.
Home-page: https://github.com/stuartlangridge/hushboard
Author: Stuart Langridge
Author-email: sil@kryogenix.org
License: MIT
Description: # Hushboard
        
        ![icon](https://raw.githubusercontent.com/stuartlangridge/hushboard/main/hushboard/icons/hushboard.svg)
        
        [![hushboard](https://snapcraft.io/hushboard/badge.svg)](https://snapcraft.io/hushboard)
        [![hushboard](https://snapcraft.io/hushboard/trending.svg?name=0)](https://snapcraft.io/hushboard)
        
        Mute your microphone while typing, for Ubuntu. Install from [kryogenix.org/code/hushboard/](https://kryogenix.org/code/hushboard/).
        
        ![banner](https://img.youtube.com/vi/icXB7j8zUQg/maxresdefault.jpg)
        
        [![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/hushboard)
        
        ## Installation
        
        We recommend you install Hushboard through the snap store (see link above)
        
        ```bash
        sudo snap install hushboard
        ```
        
        If you're on Arch (btw), there's also an AUR package available for installation:
        
        ```bash
        yay -S hushboard-git
        ```
        
        ## Manual installation
        
        Manual installation or just running the application without installing are
        described here.
        
        ### Dependencies
        
        Ensure the following python dependencies are installed:
        
        * `pycairo`
        * `PyGObject`
        * `six`
        * `xlib`
        
        ### Running the application
        
        Simply running the application:
        
        ```console
        python3 -m hushboard
        ```
        
        ### Installing Hushboard
        
        Installing Hushboard to your system:
        
        ```console
        python3 setup.py install
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Requires-Python: >=3.6
Description-Content-Type: text/markdown
