Skip to content

compile python code into binary file for easy fast execution

Notifications You must be signed in to change notification settings

wottreng/Compile-Python-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Compile-Python-Code

compile python code into binary file for distribution and execution
this uses the Nuitka python module to compile python code
READ the DOCS: https://nuitka.net/doc/user-manual.html

Steps to use:

  • download repository
  • make compile.py excutable: chmod 770 compile.py
  • EDIT compile.py to include any imports/modules required for execution
  • run compile.py: ./compile.py

About

compile python code into binary file for easy fast execution

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages