pip install pyinstaller
pyinstaller --onefile basic_test.py
==========================
pip install pyarmor==7.7.4
pip install pyinstaller
pyarmor pack --clean -e "--onefile " test.py
콘솔없게
pyarmor pack --clean -e "--noconsole --onefile " test.py
아이콘추가
pyarmor pack --clean -e "--onefile --icon=icon.ico" test.py