I'm looking for a way to turn a python script into some kind of compiled program such that it can only be used by someone who knows an access password and also to hide the sources against competitors, for example, or other prying eyes. Is it possible?
Maybe I turn the script into a C-Program or...
I'm trying to write a script that applies a load to a surface to a couple of instances.
This is the script:
from abaqus import *
from abaqusConstants import *
import displayGroupMdbToolset as dgm
import part
import material
import assembly
from abaqus import getInput
def...