This is my python script for searching puzzle 64 it's generating an .bat file with random keyspace between puzzle64 keyrange. I'm using vanity + bitcrack
try this
first time I using python and batch file too
now I change to use only python and run cuBitcrack.exe by call program from python direcly)
try using subprocess fuction
import subprocess
p=subprocess.Popen(command,shell=False)
just use one python file