
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
playaudio
Advanced tools
pip install playaudio
A cross platform solution for playing a sound in MacOS/Windows/Linux.
Uses the built in system commands to play audio.
from playaudio import playaudio
playaudio("my.mp3") # blocks until sound is played.
> pip install playaudio
> playaudio "my.mp3"
> playaudio # plays an included bell.mp3 sound.
PR's are welcome!
To develop software git clone the repo then run . ./activate.sh
This environment requires you to use git-bash. This library expects a sound card to be installed. If you are running on a server then you will need to install a virtual sound card. See windows setup here.
Run ./lint.sh to find linting errors using pylint, flake8 and mypy.
FAQs
Plays audio files on Windows/MacOS/Linux
We found that playaudio demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.