Chrome app with Python?

I would like to write a chrome application in python. Most of them are related to communication with hardware via pyusb / chrome.usb. I have an existing protocol written in python (hence the interest), and I would like to just click on some basic buttons.

Is there any way forward for this crazy idea? Any transcompilers or support otherwise?

+4
source share
1 answer

Either compile and distribute CPython with emscripten or the Google Native Client, or use something like pajamas .

USB, JavaScript (chrome.usb). . pyusb , - .

+5

Source: https://habr.com/ru/post/1538495/