This is a python script which can help you to unzip the files which are ending with an extesion '.zip'. Here we will use zipfile library and using that we will read and extract all the files in the same folder.
-> zipfile
We need to get the zip file in the same folder as of script and then just need to run so the script will read and extract all files in same folder.
Extracted file in same folder->
Sample zip file ->
Neel Shah