Skip to content
/ CEngine Public

This is an open-source converter for python to create exe from py. CEngine create automatically virtualenv and install the packages.

License

Notifications You must be signed in to change notification settings

Da4ndo/CEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CEngine 1.0.3

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.

CHANGELOG

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 )

Usage

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)]

alt text

====================================================================================

alt text2

About

This is an open-source converter for python to create exe from py. CEngine create automatically virtualenv and install the packages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages