1

I have a python program and I need to call this code using JavaScript since I am using chrome extension.

So is there any way that we can call python code in java script and execute them i.e if I click the plug-in the manifest.json file should have an external command so that it calls python program and executes it and shows the desired output

Matt Ball
  • 354,903
  • 100
  • 647
  • 710
Anusha
  • 1,055
  • 3
  • 12
  • 13

1 Answers1

0

You can try Pyjamas. It's a Python-to-Javascript compiler.

iTayb
  • 12,373
  • 24
  • 81
  • 135