Skip to content

Instantly share code, notes, and snippets.

View Riztard's full-sized avatar
:octocat:
Beep Beep Boop

Luqman Riztard

:octocat:
Beep Beep Boop
  • Indonesia
  • 22:45 (UTC +07:00)
View GitHub Profile
@Riztard
Riztard / SpotifyAutoPause.py
Last active January 20, 2023 11:10 — forked from engelmarkus/test.py
[POC] Auto-stopping Spotify while other programs play audio
#!/usr/bin/env python
# pip install dbus-python pulsectl
import signal
import sys
import pulsectl
import dbus
import time
import threading