how to unzip and rename a file if exists using shutil python code example Example: rename file python import os os.rename('old_name.txt','new_name.txt')