fyears / electron-python-example

Electron as GUI of Python Applications
MIT License
2k stars 234 forks source link

How to call javascript from python #33

Open zphiliam opened 4 years ago

zphiliam commented 4 years ago

How to call javascript from python, I want to do something with serial port , But I don't know how to send message from python to javascript when python port received serial message.