+ 2
How can we extract all the music files from our computer and store in a particular folder through python coding.
Project work
2 Respuestas
+ 1
What do you mean by that ?
Is extracting only copying all these files to the folder, or moving them ?
Anyway, you should be able to do it by walking through the file system with os.walk() and checking for all the file types you want
0
Copying and pasting in the other new folder created in python all the
. Jpg files for eg.