console mp3->wav decoder for $indows or GUI one which supports console

Cliff Wells clifford.wells at attbi.com
Mon Jun 30 04:25:16 EDT 2003


On Sun, 2003-06-29 at 17:13, Egor Bolonev wrote:
> Hi All!
> 
> I'm seeking a subj.

It looks like you have a subject, it's body you lack.  And I'm looking
for *any* relevance to Python.  Nevertheless I'll try to help:

import urllib
url = "ftp://dl.xs4all.nl/pub/mirror/tucows/files3/mp32wav.zip"
dl = file('mp32wav.zip', 'wb')
dl.write(urllib.urlopen(url).read())
dl.close()

Also, might I recommend http://www.google.com for simple things like
this.

Regards,

-- 
Now the sugar in your soft voice
Makes the sweetness in your weeping
                     -Swans






More information about the Python-list mailing list