Exception: [WinError 145] The directory is not empty: 'C:/Users/zaxfo/Downloads/scraped2_files'. code example
Example: python dlete folder
import shutil
shutil.rmtree('/folder_name')
import shutil
shutil.rmtree('/folder_name')