Falldog / pyconcrete

Protect your python script, encrypt it as .pye and decrypt when import it
Apache License 2.0
694 stars 149 forks source link

pyconcrete support execute in exe #15

Closed Falldog closed 7 years ago

Falldog commented 7 years ago

execute pyconcrete as the main program ex: python xxx.py => encryped xxx.py as xxx.pye pycocnrete.exe xxx.pye

13