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.
- Host: GitHub
- URL: https://github.com/tjaart-code/image-rename
- Owner: tjaart-code
- License: gpl-3.0
- Created: 2024-10-08T16:01:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T08:56:45.000Z (over 1 year ago)
- Last Synced: 2025-02-18T09:34:49.926Z (over 1 year ago)
- Topics: python3, rename-image
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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