AutoimgRenamer is a Python tool to rename image files in a folder.
AutoimgRenamer is a lightweight Python tool that automatically renames all image files in a selected folder using a specified base name and an incremental index. It’s especially useful for organizing datasets, preparing files for machine learning, or batch-renaming personal image collections.
Features
1. Rename .jpg, .jpeg, .png, .gif, .bmp, and .webp images
2. Simple, fast, and efficient
3.
This Program renames files of specified extension in a specified directory with a common name and appended numbering
This Program also removes backup files from Specified directories and sub-directories.
This is a mass file renamer utilizing regular expression power.
This is a python based UI application that can rename a part of a set of files inside a directory based on the provided regular expression. This gives a lot more flexibility compared to other renaming files since it used grouping principle. This had two level of applying the rename, first stage shows who it will be when you rename it, if you are fine with the change you can make it permanent by clicking commit.