Tagged Questions
10
votes
7answers
24k views
Play a Sound with Python
What's the easiest way to play a sound file (.wav) in Python? By easiest I mean both most platform independent and requiring the least dependencies. pygame is certainly an option, but it seems ...