简体   繁体   English

如何使 python 程序可执行

[英]How to make a python program executable

I'm learning python and I've coded a program that generates cryptographically secure passwords with the secrets module in python.我正在学习 python 并且我编写了一个程序,该程序使用 python 中的秘密模块生成加密安全密码。 I want to be able to use this program whenever needed (like opening a desktop application).我希望能够在需要时使用该程序(例如打开桌面应用程序)。 So how can I turn this program into an executable so that I can easily use it?那么如何将这个程序变成可执行文件,以便我可以轻松使用它呢?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM