import os, shutil #move picture.png from /some/dir/ to /another/dir/Pictures/ shutil.move('/some/dir/picture.png', '/another/dir/Pictures/')