An open API service indexing awesome lists of open source software.

https://github.com/tjaart-code/image-rename

a script for renaming images e.g. img-01, img-02 etc.
https://github.com/tjaart-code/image-rename

python3 rename-image

Last synced: about 1 year ago
JSON representation

a script for renaming images e.g. img-01, img-02 etc.

Awesome Lists containing this project

README

          

# Batch Image Renamer

a script that can batch rename files in a directory using a sequential naming convention like img-01.jpg, img-02.jpg, etc. The script leverages the os module to handle the filesystem operations.

## Running the Script:
1. Modify the directory variable to point to the folder containing your images.
2. Run the script using:
python3 imgRename.py