create executable file for linux system from python script
I created a solution based on pymupdf and some other libraries. I used pyinstaller to create exe file that runs on windows. I want to create similar executable file to be run on linux (fedora or ubuntu…) what is the correct way to make that. I don’t want my script code to be seen by others that’s why I created the exe file in first place.
I don’t want to create a windows exe inside linux but something pure for linux
python 3.10