index.js
const childProcess = require("child_process"); childProcess.spawn("python", ["main.py"]);
main.py