Nuacht

Finally, you can write a program to extract zip files to disk in just a few lines. The following Python program extracts all zip files given as arguments to the current directory.
Python's got built-in functions for creating and working with zip files, by way of its standard library's zipfile module.