Eel
Eel copied to clipboard
A little Python library for making simple Electron-like HTML/JS GUI apps
Results
212
Eel issues
Sort by
recently updated
recently updated
newest added
Hello everyone! There were several questions: 1) How to remove the exposed javascript function (make it so that it is no longer associated with this name) 2) Are the function...
help wanted
To open an additional window after call eel.start, I use the following code: `eel.show('slider.html', size=(400, 200), position=(40, 40))` But I get the following error message: `TypeError: show() got unexpected keyboard...
help wanted