{"categories":[{"label":"Players","url":"https://skillfed.io/packages/category/multimedia-sound-audio-players"},{"label":"MIDI","url":"https://skillfed.io/packages/category/multimedia-sound-audio-midi"}],"enrichment":{"capability":"Plays audio files (MP3, WAV) and URLs from Python with a single function call, with no external Python dependencies and cross-platform support via native OS audio APIs.","skillfed_tags":["audio-playback","cross-platform","minimal-deps"],"use_cases":["Play notification or alert sounds in a CLI tool or background service without heavy dependencies.","Add audio feedback to a Python game or interactive application on Windows, macOS, or Linux.","Stream and play audio from a URL in a simple script or automation task.","Test audio playback in a cross-platform application during development or CI/CD.","Trigger sound effects in a data processing or monitoring script."],"what_it_does":"Playsound is a minimal, zero-dependency Python wrapper around native platform audio APIs for playing sound files and URLs. It exposes a single function that accepts a file path or URL and an optional blocking flag, delegating to Windows multimedia APIs on Windows, AppKit on macOS, and GStreamer on Linux. The module is intentionally simple\u2014it does one thing and avoids pulling in heavy audio frameworks.\n\nThe package is useful when you need basic audio playback in a script or application without adding framework dependencies. It handles MP3 and WAV reliably across platforms; other formats depend on what the underlying system can play. Because it relies on system libraries rather than bundled codecs, installation requires platform-specific setup (particularly on Linux), which is the main friction point. The project is stable and production-ready but dormant since its latest release.","worth_installing":"Yes, if you need simple audio playback and can tolerate platform-specific system library setup. The zero-dependency design and cross-platform support make it ideal for lightweight scripts and tools. No, if you need active maintenance, support for exotic audio formats, or advanced playback control\u2014consider a more actively maintained alternative in that case. The dormant status is not a blocker for stable use, but means no fixes for edge cases or new platform support."},"id":"playsound","links":{"html":"https://skillfed.io/packages/playsound","md":"https://skillfed.io/packages/playsound.md","pypi":"https://pypi.org/project/playsound/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2021-07-24","license_spdx":null,"license_treatment":"permissive","name":"playsound","python_support":"unspecified","summary":"Pure Python, cross platform, single function module with no dependencies for playing sounds."},"popularity":{"monthly_downloads":116831,"position":12193,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.3.0"}
