Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import os
- #drop this in the folder with all the wav files
- i =0
- for filename in os.curdir():
- print "renaming:"+str(filename)
- os.rename(filename,str(i)+".wav")
- print "done: "+str(i)
- i += 1
Advertisement
Add Comment
Please, Sign In to add comment