- To make a zip file
- Here using the zipfile library we make a zip file having the files required in it and naming the the zip file as sample.zip , we can give as per our convineience.
- List out the libraries imported > zipfile
- Just have all the files which you wanted in the same folder as of scriptand then run the script so the output zip file can be found .
- Install the library then have all the files and the run the script.
Neel Shah