/Py-To-Exe

Primary LanguageBatchfile

Py-To-Exe

📜 What it does ?

It Bind/Compile Python Scripts To A One File Native Binary Output.

  • PyInstaller Freeze (package) Python programs into stand-alone executables
  • PyArmor A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.
  • Nuitka Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, and 3.10. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.

🎥 Preview

YouTube video

🌟 Objective

  • [1k(1000) Stars] Make my own obfuscator + binder/compiler not manipulable by pyinstxtractor