A simple Project in python which extracts and decrypts your project (base64) and runs it.
| .gitignore | ||
| main.py | ||
| README.md | ||
Self Extracting Runner (PyInstaller)
This project builds a Windows executable that:
- Contains a bundled
app.zip - Extracts it to a temporary folder at runtime
- Runs
app.exefrom inside the extracted files - Cleans up the temporary folder after execution
Requirements
- Python 3.8+
- PyInstaller
Install PyInstaller:
pip install pyinstaller