Name | Modified | Size | Downloads / Week |
---|---|---|---|
readme.md | 2025-05-06 | 661 Bytes | |
AutoImgRenamer.zip | 2025-05-05 | 8.7 MB | |
Totals: 2 Items | 8.7 MB | 0 |
AutoimgRenamer
AutoimgRenamer is a lightweight and simple Python tool designed to automatically rename image files in a folder using a user-defined base name and incremental index.
🚀 Features
- Supports popular image formats:
.jpg
,.jpeg
,.png
,.gif
,.bmp
,.webp
- Automatically sorts and renames images
- Customizable base filename
- Zero dependencies – built using standard Python only
- Easy to use, beginner-friendly
🔧 How It Works
Provide the path to your folder and a base name. It will rename all image files in sorted order like:
my_image_0000.PNG my_image_0001.PNG my_image_0002.PNG