The power to control master volume, quite literally at your fingertips
Note: Currently works for Linux only
- Clone this repository
$ git clone https://github.com/7wikd/Volume-Control.git
$ cd Volume-Control
- Install dependencies:
$ pip install -r requirements.txt- Before installing
pyalsaaudio, make sure to installlibasound2-dev(Ubuntu/Debian) oralsa-lib(Arch) - In case of any other errors while installing
pyalsaaudio, clone the original repository and follow setup instructions here