I have a .zip file with around 26k image files. I have a list of files that I want to keep in the .zip
I was wondering if it was possible for me to remove files within that .zip that aren't in my file list without unzipping the actual folder (because it would take up way too much space on my computer) using Python 3.
I couldn't find anything on this and was wondering if anyone knows a way I can do this
Thank you!