I'm a few weeks away from finishing up a python project written for raspberry pi 2 B, on raspbian os.
The only thing I'm still afraid is, how to protect my code from others?
Anyone can connect a screen with hdmi cable, and easily access my raspberry pi.
In windows, just compile your code as executable (.exe) file and all done. But what should I do in linux?
any suggestions would be appreciated.