Release python executable with dependency on python bindings of a C++ library

吃可爱长大的小学妹 提交于 2019-12-06 11:04:15

If you don't mind your source code can be viewed then cx_freeze will be the best option I think, otherwise nuitka also will be a option but this will hide everything. But remember depends on how complex your libs and the modules which you using it can be hard to achieve, but give a try :)

https://github.com/kayhayen/Nuitka

https://github.com/GreatFruitOmsk/cx_freeze

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!