Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 249 Bytes

File metadata and controls

12 lines (8 loc) · 249 Bytes

Python File Utility

This is a utility class for python that can be used to rename files on mass. To use:

import RenameUtil

renaming_utility = RenameUtil(<directory/to/rename>, <text_file_with_names>)
renaming_utility.rename()