配置用户帐户的步骤是什么,以便他们在登录时能够运行python脚本,而无需访问脚本本身的源代码?
也许可以试试Nuitka,它是一个Python到C++的转换器。
python -m pip install nuitka
python -m nuitka --mingw64 example.py