I have a python script/app which is running on RPi in .py
file. Now I need to share this app, but I want to protect the code.
On windows I always export it to .exe
and share it in order to make it executable and protect the code (mostly using python auto-py-to-exepython auto-py-to-exe). What about Raspbian? Any suggestions?
Regards