Creating and unpacking archives

In this section, we're going to learn about how we can create and unpack archives using the shutil module of Python. The shutil module has the make_archive() function, which creates a new archive file. Using make_archive(), we can archive the entire directory with its contents.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset