Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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