Skip to content

Instantly share code, notes, and snippets.

@CN-CODEGOD
Created September 15, 2025 14:26
Show Gist options
  • Save CN-CODEGOD/0ecb0698c73b7aeb9d17091b256bc65e to your computer and use it in GitHub Desktop.
Save CN-CODEGOD/0ecb0698c73b7aeb9d17091b256bc65e to your computer and use it in GitHub Desktop.
python 转exe
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