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 :)
This is how you can Compile a Python Script
- Install Python
- Clone the repo
git clone https://github.com/Danushka-Madushan/pycompile.git
- Run Installation Script
InstallScript.cmd
- Compile (On Your Current Working Directory)
Compile.pyc Main.py