Convert script to executable with python

Опубликовано: 07 Апрель 2026
на канале: Andres Niño
11,108
161

Convert script into executable in an easy and fast way with PyInstaller.

Command to pass files.py to executables.exe with PyInstaller: pyinstaller --distpath="Dirección en dónde quiero guardar el ejecutable" --onefile --key contrasenia --windowed --uac-admin --icon "Dirección y nombre del icono" --version-file "Dirección en dónde esta el archivo.txt con la versión" script.py

If you use the "key" option to use bytecode encryption you must install the PyCrypto module.

DOWNLOAD FILE (Version): http://www.mediafire.com/file/3m5ig3l...