Obfuscate and package python projects/scripts into one single executable file
Table of Contents
- Make sure you installed project requirments in venv folder same project directory
- copy py_app_builder to same project folder and run
- sudo chmod -R 777 <project_dir>
command:
py_app_builder.exe <entry_script.py>
[Windows]
<project_dir>/dist/<main.exe>
[Linux]
<project_dir>/dist/<main>