您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

14 行
351 B

  1. py -m pip install pyinstaller
  2. py -m pip install --upgrade pyinstaller
  3. py -m PyInstaller --onefile --windowed --name "Bag1" Bag1.py
  4. python -m pip install pyinstaller
  5. python -m pip install --upgrade pyinstaller
  6. python -m PyInstaller --onefile --windowed --name "Bag1" Bag1.py
  7. pip install Pillow "qrcode[pil]"
  8. py -m pip install Pillow "qrcode[pil]"