In this repository, we will see how to create a zip file & how to unzip a zip file in python using python zipfile library. For those of you who don't know what a zip file is? Well,zipfile is ...
Following up from last week's article on reading zip archives, we show you how you can create your own archives using Python. Following up from last week’s article on reading zip archives, we show you ...
This repo contains tools to create self-extracting HTML pages. It works by taking a payload, compressing it, and encoding the results using ASCII85. It then puts the resulting string in a template ...