Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Create README.md
  • Loading branch information
neelshah2409 authored Jul 26, 2021
commit 45f7dc9ff52b05a6c5c95f74dcbe490f67d26a8d
30 changes: 30 additions & 0 deletions BasicPythonScripts/Zip File Creator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Zip File Creator

## Aim/Purpose:

- To make a zip file


## Short description of package/script

- 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


## Workflow of the Project

- 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 .


## Setup instructions

- Install the library then have all the files and the run the script.

## Output

![image](Images/output(zip_creator).png)


## Author(s)

Neel Shah