May 2019
Intermediate to advanced
542 pages
13h 37m
English
In theory, using PyInstaller is as simple as opening Command Prompt and typing this:
$ pyinstaller my_python_script.py
In fact, let's try this with our qt_template.py file from Chapter 4, Building Applications with QMainWindow; copy it to an empty directory, and run pyinstaller qt_template.py in that directory.
You'll get a great deal of output to the console and find that several directories and files were generated:
Read now
Unlock full access