python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.44k stars 587 forks source link

How to assign a returning variable in js to a python variable. #398

Closed sameera-madushan closed 4 years ago

sameera-madushan commented 4 years ago

Hey! I have a js function like this. How can i assign this returning sec variable into a python variable. I tried to pass this into a python function with an argument but i can't recall the function. any help would be appreciated. Thanks. 2020-10-04_091755

sameera-madushan commented 4 years ago

Found a solution. Closing the isuue.

samuelhwilliams commented 4 years ago

Hey - think I'm helping you on Discord now, but to give a general reply, I think example 01 - hello world is basically all you need to get going with this.

sameera-madushan commented 4 years ago

Thanks. I'll try again.