Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 435 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 435 Bytes

Process Volume Control

Introduction

This is a script for Windows written in Python 3.10+ that allows to control volume of specific process with keyboard media keys.

Instruction

  1. Clone this repository.
  2. Install dependencies: pip install -r requirements.txt.
  3. 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%).