file - How do I remove/delete a folder that is not empty with Python? - Stack Overflow
import shutil
shutil.rmtree('/folder_name')
file - How do I remove/delete a folder that is not empty with Python? - Stack Overflow
import shutil
shutil.rmtree('/folder_name')