Falldog / pyconcrete

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

Add support for multiple sources #42

Closed pohmelie closed 6 years ago

pohmelie commented 6 years ago

It looks like it is pretty easy to add support for multiple compile sources. Change argument parser and loop over sources with same logic as it is right now in compile function. If you want I can try to make pull request.

Falldog commented 6 years ago

Good suggestion Pull request is welcome :)