Auto_Img_Renamer
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. Customizable base name for files
How It Works
The tool scans the selected folder, finds all...