Dr-strange is a container to make easy the process to build python script's as .exe
962
Dr-strange is a container to make easy the process to build python script's as .exe, to run in Windows System Operation's. Dr-Strange is a cross-compiler.
Created by:
Contributors:
It's simple and quickly you can the compilie. In this is example a simple script to ilustrate the process:
heloworld.pyprint("This line will be printed.")
Dr-strange change our reality, make the heloworld.py to run on Windows!$ export fileToCompile=heloworld.py
$ docker run -e fileToCompile-v $(pwd)/$fileToCompile:/root/$fileToCompile -v $(pwd)/dist:/root/dist -ti sec4you/drstrange './entrypoint.sh'
heloword.exe$ run -e fileToCompile -v $(pwd)/$fileToCompile:/root/$fileToCompile -v $(pwd)/dist:/root/dist -ti sec4you/drstrange bash -c 'wine /root/dist/heloworld.exe'
This line will be printed.
Content type
Image
Digest
Size
419.5 MB
Last updated
almost 7 years ago
docker pull sec4you/dr-strange