Relative Content

Tag Archive for pythonfilesortingunzip

Unzip, extract specific files, sort into categories, change the format to .csv extention in python

i have this code, it should identify all zip folder in the zip directory and extract all zip files into extract directory, all the zip files have a lot of files a need a specific four from each zip file and sort them into four categories in the extract directory.
The Problem is the code is not seeing any zip file… I have no idea why…
The only thing that was correct is creating four new folders with the names I need. I would be realy happy about your suggestions.