A simple Project in python which extracts and decrypts your project (base64) and runs it.
Go to file
2026-01-14 14:02:19 +00:00
.gitignore Initial commit 2026-01-13 20:43:05 +00:00
main.py main.py aktualisiert 2026-01-14 14:02:19 +00:00
README.md main commit 2026-01-14 14:53:56 +01:00

Self Extracting Runner (PyInstaller)

This project builds a Windows executable that:

  1. Contains a bundled app.zip
  2. Extracts it to a temporary folder at runtime
  3. Runs app.exe from inside the extracted files
  4. Cleans up the temporary folder after execution

Requirements

  • Python 3.8+
  • PyInstaller

Install PyInstaller:

pip install pyinstaller