Python GUI to rename all files in a directory
huram-abi
Question
Please write a script in python 3.xx that:
1) Asks for directory containing files to rename;
2) Asks for filename template; and
3) Renames all files in the directory as [filename template] + [number], i.e. "hanukkah.00" , "barmitzvah.03".
Details
Purchase An Answer Below