This python script is design to rename files within a specifed directory.
- You can change the folder_path variable to specify the target directory for file renaming.
- You can customize the prefix in the startswith("icon_") condition or the destination filename in the
dst
variable according to your requirements.