import zipfile with zipfile.ZipFile('/mnt/data/presentation.zip', 'w') as zipf: zipf.write(simple_pptx, 'Presentation.pptx')