For this chapter, you will need the basic Python and PyQt setup we have used throughout the book. You will also need the setuptools, wheel, and pyinstaller libraries available from PyPI with this command:
$ pip install --user setuptools wheel pyinstaller
Windows users will want to install the 7-Zip program from https://www.7-zip.org/ so that they can work with tar.gz files, and users on all platforms should install the UPX utility from https://upx.github.io/.
Finally, you will want the example code from the repository at https://github.com/PacktPublishing/Mastering-GUI-Programming-with-Python/tree/master/Chapter17.
Check out the following video to see the code in action: http://bit.ly/2M5xH4J