Added pyinstaller cli commands documentation
This commit is contained in:
2
pyinstaller-cli-commands.txt
Normal file
2
pyinstaller-cli-commands.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
pyinstaller qt-test.py --noconsole --upx-dir=c:\upx-packer\upx.exe #Upacked
|
||||||
|
pyinstaller qt-test.py --onefile --noconsole --upx-dir=c:\upx-packer\upx.exe #Packed in onefile
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
import sys
|
import sys
|
||||||
|
import os
|
||||||
import time
|
import time
|
||||||
import random
|
import random
|
||||||
from PySide6 import QtCore, QtWidgets, QtGui
|
from PySide6 import QtCore, QtWidgets, QtGui
|
||||||
|
|||||||
Reference in New Issue
Block a user