Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 272 Bytes

File metadata and controls

11 lines (7 loc) · 272 Bytes

write script to compress folder and files

usage

python zipfiles.py file_name(or folder name)

example: python zipfiles.py test.txt python zipfiles.py ./test (folder)

A Compressed file("filename.zip") will be generated after the program is run