Run Python applications
You can execute Qt for Python applications directly from Qt Creator. If you use the new project wizard to create the application project, the main.py
file is automatically executed when you select the Run button.
You can specify another file to execute in the run settings of the project.
See also Configure projects for running, Create Qt for Python applications, Develop Qt for Python applications, and Python Run Settings.