Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 264 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 264 Bytes

Zippy

Zippy is a Python3 scrip that takes in input files from the command line and give output as a zip file.

  • myzip.py is implemented using using simple techniques.
  • myzip1.py performs similar functionality but is implemented using argparse module.