This is a script for Windows written in Python 3.10+ that allows to control volume of specific process with keyboard media keys.
- Clone this repository.
- Install dependencies:
pip install -r requirements.txt
. - Run script, for example:
pythonw proc_vol.py "winamp.exe" 0.025
This will change volume of process winamp.exe
with step 0.025
(2.5%).