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
The pyinstaller turns the code into an executable for Windows and Mac. However, all files and dependencies are dumped in one big folder where users would have to search for the executable file.
We need a batter structured folder or a shortcut on the Desktop or in the menu with which the GUI can be started.
The text was updated successfully, but these errors were encountered:
Installers can be used for this, I am asking around to see if someone has experience with this.
When I find a solution for this I will also add the option to make the executable with Nuitka instead of Pyinstaller.
During all my tests the Nuitka executable was 4 times faster than the Pyinstaller one, a significant performance boost.
The pyinstaller turns the code into an executable for Windows and Mac. However, all files and dependencies are dumped in one big folder where users would have to search for the executable file.
We need a batter structured folder or a shortcut on the Desktop or in the menu with which the GUI can be started.
The text was updated successfully, but these errors were encountered: