pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Zip and Unzip🤐 #237

Closed pratik-choudhari closed 3 years ago

pratik-choudhari commented 3 years ago

Feature ✅

Description

Write a program to zip a folder or unzip a .zip file.

Example

Location of source file to zip/unzip will be provided by user.

Contributors are supposed to mention their coding language while asking for assignment

shrey27tri01 commented 3 years ago

@pratik-choudhari Can I work on this problem in Python? Also, a command line program will suffice, right? As in, the user provides the source files through command line arguments.

pratik-choudhari commented 3 years ago

@shrey27tri01 yup, CLI will do.

PriyanshTri commented 3 years ago

can I work on this?

pratik-choudhari commented 3 years ago

@PriyanshTri Will you be using language other than python? because python has been already assigned.

PriyanshTri commented 3 years ago

python only...

pratik-choudhari commented 3 years ago

It's already been assigned. May be checkout another issues🧐

shrey27tri01 commented 3 years ago

@pratik-choudhari I have created a PR here. Can you please review it? :)

AyeshW commented 3 years ago

Can you please assign me to work on this in Java?