سڵاو بهرێزان
Py >>> Exe لهم بابهته باس له چۆنیهتی گۆرینی
.ئهكهین به ئاسانترین ڕێگا
Normal MANUALLY:
pip install pyinstaller
With Icon: pyinstaller --onefile --icon=icon.ico YourScript.py
Without Icon: pyinstaller --onefile YourScript.py
Encrypted MANNUALY:
pip install pyarmor
With Icon: pyarmor pack -e " --onefile --icon icon.ico" YourScript.py
Without Icon: pyarmor pack -e " --onefile" YourScript.py
Normal AUTO:
pip install auto-py-to-exe
auto-py-to-exe
pip install pyinstaller
With Icon: pyinstaller --onefile --icon=icon.ico YourScript.py
Without Icon: pyinstaller --onefile YourScript.py
Encrypted MANNUALY:
pip install pyarmor
With Icon: pyarmor pack -e " --onefile --icon icon.ico" YourScript.py
Without Icon: pyarmor pack -e " --onefile" YourScript.py
Normal AUTO:
pip install auto-py-to-exe
auto-py-to-exe
بههیوای سوود