Eel
Eel copied to clipboard
A little Python library for making simple Electron-like HTML/JS GUI apps
Hello, I'm trying to run my Eel application. My application sometimes refreshes page. I have used the `shutdown_delay` option to increase time before automatic websocket closing (so the page have...
Hi, I'm trying to expose the method `test` of class `Test` using `eel._expose(test, 'foo')`, but I have an error: `AssertionError: Already exposed function with name "test"` How to fix it?
I wanna access to all files in html but it only has access to init directory . I tried to use home as init directory but it didn't work .
I'm building an app using this library and Angular as a front end, but I'm having problems running it. In particular, I notice a considerable slowness in executing the `eel.init()`...
Just diving into eel ;-) BUt there is something wrong (i'm trying to call a js method, from python, in a vuejs app ... and I want to callback a...
PR #577 introduced type annotations, but had to do some fiddly bits to work around some of the limitations to type annotations in Python 3.6, such as the unavailability of...
I saw myself having to reload the webpage too often after making changes and restarting the python script, so i think this feature will be a nice addition.
**Describe the problem** When I run my app the script icon appears on the dock briefly then disappears. Then the same thing with the Chrome icon. Then my app opens...
Microsoft Edge is available for Linux, at least from the Insider Channel -- see [Debian package downloads and instructions](https://www.microsoftedgeinsider.com/en-us/download?platform=linux-deb). This PR implements the general detection mode using `whichcraft.which` to find...
During dev it's a pain to close all the eel windows when you need to restart eel for python code changes. For development purposes, and since we don't yet have...