16 May 2008
for everything else...
- Do you need to convert WMA files to MP3?
Just use the free PyMedia library. - Do you need to upload these files to an FTP?
The ftplib module is included in the standard Python library. - Do you need to schedule this upload?
The standard Python library gives you the sched module. - Do you need to persuade some people to pay you a (minimal) amount of money for the (minimal) effort of writing the script?
I'm afraid you'll have to do that yourself...
There are things a computer cannot do.
For everything else, there's Python
Labels: foreverythingelsetherespython, ftplib, GeekDiary, pymedia, python, sched
2 Comments:
At 16/5/08 12:42, Giulio Piancastelli said…
Uhm... don't know about the scheduling: I'd rather use the OS facilities (say cron, or whatever is called the equivalent thingamabob under Windows).
At 16/5/08 13:19, GiacomoL said…
but if you need portability...
Post a Comment
|Links to this post:
<< Home