Skip to content

Obfuscate and package python projects/scripts into one single executable file

Notifications You must be signed in to change notification settings

engbaher77/py-app-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

py-app-builder

Obfuscate and package python projects/scripts into one single executable file

Table of Contents

Prerequists

  1. Make sure you installed project requirments in venv folder same project directory
  2. copy py_app_builder to same project folder and run
  3. sudo chmod -R 777 <project_dir>

Usage

  command:
  py_app_builder.exe <entry_script.py>

Output

[Windows]
  <project_dir>/dist/<main.exe>
  
 [Linux]
  <project_dir>/dist/<main>

About

Obfuscate and package python projects/scripts into one single executable file

Resources

Stars

Watchers

Forks

Packages

No packages published