Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 

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