I'm knida new to Python and I made a program that works the way I want by renaming files in bulk, however it will only work in the current folder and will not go into sub directories.
i already have
import os
from os import rename, listdir
is there any other imports i need or will this suffice?