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 script.
The script should be run on Python 3.
No additional packages are required to be installed.