News

A Python script to loop through a file directory tree and find all instances of a user-specifed file or foler name and rename it. The user must enter a string to find and a string to replace with in ...
The purpose of this script is that it can be included with python template projects to replace text (like boilerplate project names). Some OSes don't have built-in utils like grep & sed etc by default ...