Skip to content

Danushka-Madushan/pycompile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PYCOMPILE - Compile Your Script to Bytecode

Compile Python Script (.py) to Compiled Python File (.pyc) Remember it is not Executable(.exe) file. Python is Still required to run Your Python script. This Compile Process make a separate copy of your file that an text editor cannot read. so your source code is safe :)

Compile Process

This is how you can Compile a Python Script

  1. Install Python
  2. Clone the repo
    git clone https://github.com/Danushka-Madushan/pycompile.git
  3. Run Installation Script
    InstallScript.cmd
  4. Compile (On Your Current Working Directory)
    Compile.pyc Main.py
After Compile process you can see Main.pyc file in you current working directory :)

About

Convert Python Script to a Compiled Python File (.pyc)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published