how to select folder name with mouse in a python script to move to other folder code example
Example: copy whole directory python
import shutil
shutil.copytree(source, destination)
import shutil
shutil.copytree(source, destination)