Description
As a user, I want to have a user-friendly executable (runs mainly on Windows) so I can press a button and download the output file directly to my device.
Resolution
We can use pyinstaller to generate such executable. Details are in this short article:
https://datatofish.com/executable-pyinstaller/
Description
As a user, I want to have a user-friendly executable (runs mainly on Windows) so I can press a button and download the output file directly to my device.
Resolution
We can use
pyinstallerto generate such executable. Details are in this short article:https://datatofish.com/executable-pyinstaller/