0

I am working on a game engine based on ursina. I want the different saves to be zip files so that they can be easily transferred. I do not want to extract the whole file so I want a way to access just one file using python.

Taitep
  • 1
  • 3
  • 1
    Have you read https://docs.python.org/3/library/zipfile.html? – Passerby Jan 07 '22 at 08:01
  • Does this answer your question? [Python: Open file in zip without temporarily extracting it](https://stackoverflow.com/questions/19371860/python-open-file-in-zip-without-temporarily-extracting-it) – divibisan Jan 14 '22 at 17:26

0 Answers0