Python bell or beep

Michael Scarlett caroundw5h at gmail.com
Sun Sep 12 12:11:22 EDT 2004


"Mike C. Fletcher" <mcfletch at rogers.com> wrote in message news:<mailman.3173.1094848606.5135.python-list at python.org>...
> Jeffrey Barish wrote:
> 
> >Greer, Joseph wrote:
> >
> >  
> >
> >>I am a former BASIC programmer.  Is there a command I can place in a
> >>Python program to make a beep or buzz or bell?
> >>    
> >>
> There are various ways, most platform/shell specific. If you happen to 
> be on Windows, check out the standard module winsound. 
> 
> HTH,
> Mike
> 
> ________________________________________________
>   Mike C. Fletcher
>   Designer, VR Plumber, Coder
>   http://www.vrplumber.com
>   http://blog.vrplumber.com


or just do this [code]
print "\a"
[/code] 

not too hard



More information about the Python-list mailing list