BatchRename is a dead-simple Python script that lets you rename every file in a folder using a consistent pattern. Perfect for cleaning up random exports and consolidating screenshots.
Renames files in a folder following a consistent numbering pattern. Allows users to specify a pattern with placeholders for numbers.
Users can define their own filename pattern, integrating sequences like '###' to automatically generate numbered filenames.
Operates via a straightforward command line interface, making it easy to use by simply providing the folder path and the desired filename pattern.