Skip to content

IsmielAbir/AutoImageRenamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoimgRenamer

PyPI version Python version

AutoimgRenamer is a Python tool to rename image files in a folder with a specified base name and incremental index.

Installation

You can install AutoimgRenamer from PyPI:

pip install autoimgrenamer

Usage

from autoimgrenamer import autoimgrenamer

directory_path = "/path/to/your/images"
new_img_name = 'base'
autoimgrenamer(directory_path, new_img_name)

This will rename all supported image files in the directory using the base name (base_0000.PNG, base_0001.PNG, etc.).

Supported Image Formats: JPG, JPEG, PNG, GIF, BMP, WebP

About

AutoimgRenamer is a Python tool to rename image files in a folder with a specified base name and incremental index.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages