Copy file and move dir
import shutil shutil.copyfile('data.db', 'archive.db') shutil.move('/build/executables', 'installdir')