You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyEXE is a framework used by PyOS Linux to allow it to run python scripts directly from the desktop.
PyEXE is a similar framework to .NET but has the unique advantage of being built-in to PyOS Linux and can create a plain executable with simply the --build parameter.
Main Features include:
Built-in to PyOS Linux.
Versatile and Lightweight
Can generate executables from python scripts with the --build parameter
Simple to use, just drop a .py file onto the desktop of PyOS Linux and PyEXE will run it like a program.
I do not plan on making this a standalone package. It will remain exclusive to PyOS Linux