카테고리 없음

python 간단 난독화

1231. 2025. 1. 19. 18:12

https://pyob.oxyry.com/

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