简体   繁体   中英

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. 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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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