Making Noise with Python
        Posted  
        
            by Elliot
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Elliot
        
        
        
        Published on 2010-04-01T21:22:13Z
        Indexed on 
            2010/04/01
            21:33 UTC
        
        
        Read the original article
        Hit count: 289
        
I am trying to get python to make noise when certain things happen. Preferably, i would like to play music of some kind, however some kind of distinctive beeping would be sufficient, like an electronic timer going off. I have thus far only been able to make the system speaker chime using pywin32's Beep, however this simply does not have the volume for my application.
Any ideas on how I can do this?
© Stack Overflow or respective owner