I need to compile a python 3 program made of multiple files and using many libraries (like PyQt5, matplotlib...) in a standalone executable for Linux, Mac and Windows using Cython. The executable must work on a computer without requesting installation of any libraries and must also protect the source code.
I suppose there should be an easy way to do that but after more of 2 weeks of searching I still don't find anything working. All the tutorials I found are very unclear and are not working... (for instance this one : https://medium.com/@xpl/protecting-python-sources-using-cython-dcd940bb188e )
If somebody can help me with a good step by step tutorial to do that It would be help me very much.
Thanks a lot in advance !
EDIT : the question was marked duplicate but I don't agree.
I'am sorry but How to make a Python script standalone executable to run without ANY dependency? don't provide a working solution for a program with many files !