Python gui for windows and mac

broken image
broken image

Most likely no one will know you're using Python. PySimpleGUI users in particular will greatly benefit from psgcompiler as you'll be able to distribute 'Windows Programs'. Anyone that does not have Python installed on their machine will be able to run your program after you've turned it into a binary executable. PyInstaller transforms your Python project into an executable that you can distribute to friends, family members, colleagues, the public, other developers. Type pyinstaller on the command line and paste the text you see under 'Command' in the Home tab of the psgcompiler program. You can run PyInstaller manually using the options shown in the 'Command' box. You will see the command being built as you add or remove items using the GUI. Psgcompiler collects the options that are assembled into the command that can then be run for you by launching a subprocess. PyInstaller was chosen as the first back-end tool that does the heavy-lifting of converting your code into a binary executable. The plan for psgcompiler is to provide a GUI interface for a number of the tools available to convert a Python program into a binary executable.

broken image

Psgcompiler PyInstaller Back-end with a PySimpleGUI Front-end Python -m pip install psgcompiler If python3 is your command

broken image

Pip install psgcompiler pip via python -m pip the python recommended way If python is your command 'Compile' your Python programs into an EXE for Windows, an APP for Mac, and a binary for Linux