Yes , it is possible to compile Python scripts into standalone executables. PyInstaller can be used to convert Python programs into stand-alone executables, under Windows, Linux, Mac OS X, FreeBSD, Solaris, and AIX.
Read moreCan I sell PyQt app?
PyQt5 is GPL licensed, PySide2 is LGPL licensed. Both licenses have no effect on whether you can sell your software commercially. You can sell GPL licensed software and LGPL licensed software.
Read moreCan PyQt run on Android?
PyQt represents a set of Python v2 and v3 connections for the Qt application framework. It can be used on all platforms that support Qt, such as Windows, OS X, Linux, iOS, and Android .
Read moreHow do I make a PyQt app executable?
This page describes how you can compile an existing PyQt application to a self-contained .exe on Windows.
Read moreHow do I convert a Python program to an exe?
Steps to Create an Executable from Python Script using Pyinstaller
Read more