A simple python script to compress folders and files to zip.
Python 3
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
