python 有没有办法向没有安装 python 的人展示 CLI 应用程序

in python is there a way to show CLI app to someone who doesn’t have python installed

好吧,我做了一些东西,想把它展示给我的一些朋友,但由于他们不喜欢编码,所以他们的计算机上没有安装 python 是否有必要下载它?

将您的程序创建为可执行文件,以消除 Python 安装依赖性。

参考 - https://datatofish.com/executable-pyinstaller/