stuartlangridge / hushboard

Mute your mic while you're typing. An app for Ubuntu.

Home Page:https://kryogenix.org/code/hushboard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hushboard

icon

hushboard hushboard

Mute your microphone while typing, for Ubuntu. Install from kryogenix.org/code/hushboard/.

banner

Get it from the Snap Store

Installation

We recommend you install Hushboard through the snap store (see link above)

sudo snap install hushboard

If you're on Arch (btw), there's also an AUR package available for installation:

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:

python3 -m hushboard

Installing Hushboard

Installing Hushboard to your system:

python3 setup.py install

About

Mute your mic while you're typing. An app for Ubuntu.

https://kryogenix.org/code/hushboard/

License:MIT License


Languages

Language:Python 99.8%Language:Shell 0.2%