CEngine (Convert Engine)
This is a converter for python to create exe from py. CEngine create automatically virtualenv and install the packages. It's using pyinstaller to create exe. It's better beaceuse the file is smaller and only the exe appear in the same directory as the target script.
1.0.3 (09/27/2021):
- Added Linux support
- Fixing bugs
- Can be run by py file, not just exe. ( ./obfuscated_py/obf_cengine.py )
Terminal command: cengine --script myscriptname.py [--name "customname" (default name: %script_name%-%current_time%.exe) or --custom-args="--icon ../.../" (custom args is made for the user can specify args for pyinstaller)]
====================================================================================