Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 

14 Zeilen
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]"