Tagged Questions

4
votes
2answers
89 views

How to loop through files and rename them in Python

I have a directory of music that has album folders as well as individual songs on each level. How can I traverse all of these files that also are encoded in different formats(mp3, wav etc)? In ...