how to get a beep, OS independent ?

malkarouri malkarouri at gmail.com
Mon Dec 8 07:39:29 EST 2008


On 6 Dec, 23:40, Stef Mientki <stef.mien... at gmail.com> wrote:
> hello,
>
> I want to give a small beep,

Just to add to the options here. Where ncurses work you can use:

python -c 'from curses import *;wrapper(lambda s:beep())'

To try it just enter the whole line above in the command line..

Regards,

Muhammad Alkarouri



More information about the Python-list mailing list