Created
September 15, 2025 14:26
-
-
Save CN-CODEGOD/0ecb0698c73b7aeb9d17091b256bc65e to your computer and use it in GitHub Desktop.
python 转exe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pip install pyinstaller | |
| pyinstaller --onefile main.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment