I currently have a c++ application that calls a python code file. I would like to know if there is a way to hide this file or put some kind of password to open it and that you can continue call from the c++ code.
EDIT: I need call python because i use keras library. That is the reason that i don´t port the code I import python code with PyImport_ImportModule and PyObject
Thanks in advance.