You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple python based bulk files-renamer. Used to target a location, find characters, tally possible files affected and apply text replacement. (Personally used to rename bulk .tif satellite research images). Also inspired by: https://github.com/kimlew/python-rename-files
Can be easily run as python rename.py in your terminal.
The user can input the desired file location.
FIND desired character and
REPLACE or RENAME into desired character.
About
A simple python based bulk files-renamer. Used to target a location, find characters, tally possible files affected and apply text replacement. (Personally used to rename bulk .tif satellite research images). Also inspired by: https://github.com/kimlew/python-rename-files