#is it possible to build an electron app which uses python scripts?
3 messages · Page 1 of 1 (latest)
yeah. bundle your python scripts via pyinstaller and then add it to electron as an executable
my python script uses shape_predictor_68_face_landmarks.dat file and a model file too, how can i bundle those into the executable as well?