[Tutor] Play notes like qbasic

vicki at thepenguin.org vicki at thepenguin.org
Mon Aug 2 20:34:09 CEST 2004


> I found a list of songs in QBasic play format
> and would like to parse them with python, as a
> learning project.
>
> Does anyone know if there is a beep, sound function
> that would toot the internal speaker.
> Or is there something out there that does it already.
> No use inventing sliced bread.
>
> Thanks
>
> Scott Cann
Take a look at the winsound functions at
http://www.python.org/doc/current/lib/module-winsound.html

For Linux, there are several options. Are you on Windows?

--vicki



More information about the Tutor mailing list