#is it possible to build an electron app which uses python scripts?

3 messages · Page 1 of 1 (latest)

iron needle
#

i have a python script which detects user distance from screen using depth estimation, and a script which uses opencv to count user eye blinks. is it possible to build an electron app for pc which uses these scripts and alert users when he is too close to screen / he is not blinking frequently enough?

austere yacht
#

yeah. bundle your python scripts via pyinstaller and then add it to electron as an executable

iron needle