Skip to content
This repository was archived by the owner on Jan 4, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 305 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 305 Bytes

Pactl JSON parser

Json parser for pactl. Made in Python
Outputs the pactl list sink-inputs command
In the future, support for other pactl commands will be added.

Usage

python3 pactl_parser.py

Output

output

Requirements

  • Python 3
  • json and os python modules.