Yes, we have created stand-alone apps from Python programs using pyinstaller. Install pyinstaller using pip with the following terminal command:
pip3 install pyinstaller
Locate the file you want to make into an app (make sure it is working wi...