Eel
Eel copied to clipboard
A little Python library for making simple Electron-like HTML/JS GUI apps
Edge running in App Mode, code from #251 All credit to @ncotrb I was going to be good and write tests but currently tests only support Chrome. Selenium works with...
Hi (I'm new), my question is **why does Eel have the function _expose protected?** It is a very handy feature in case you want to expose methods instead of function...
Restart the Windows system after hibernation. The eel chrome process is still running, but the main python process has been shut down by exiting. How to prevent the main process...
Hello, I've built an app with eel and now I'm trying to make an executable from it. But if I try to disable the console it doesn't start and shows...
There isn't a buymecoffee() function anywhere! How do you prefer it? 2 sugar? I'd like to buy you & the contributors all a coffee - at the least.
**Eel version** 0.16.0 **Describe the bug** Eel cannot parse arrow functions such as: ` const funcName = (funcParam) => {console.log(funcParam)} window.eel.expose(funcName, 'funcName') ` after running `npm run build` and then...
**Is your feature request related to a problem? Please describe.** `eel.show({port: 9100}, path='/my-special-page')` This should work. This allows the js logic to specify the page to open in the new...
**Eel version** Main, latest commit https://github.com/python-eel/Eel/commit/505176162e0bc339be843e6e9a5d205fa20c0837 **Describe the bug** Firefox won't run with flag commands. Following the instructions I've see I should be doing (this is from an edited file_access...
There is a bug when building for edge, it will crash if the --noconsole arg is used. This should fix it