Eel
Eel copied to clipboard
A little Python library for making simple Electron-like HTML/JS GUI apps
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
The browser window for the application always opens in full-screen mode despite specifying the size and position. How do I get around this and set the appropriate size. **Code snippet(s)**...
Hello. I have a simple task. I want to upload a file using sftp and display the upload progress. Would this approach be correct? My JS: ``` eel.expose(set_progress); function set_progress(p)...
**Eel version** 0.14.0 **Describe the bug** I expose my javascript function to my python, I run it, I pass 3 variable in parameter and when the function starts "document.getElementById ('port_open')....
**Describe the problem** I want to run one/two python code after my GUI gets closed. I already use a` location.realod()` function in some places, which is why i cant use...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Main application is supported by flask. EEL Thread is started and web page pop-ups.Everything goes fine until user refresh eel web page. In this moment, main application stops. import a...
Eel is able to launch the default browser configured by the user, but as far as I can tell this feature is not documented anywhere.
Hi I am trying to use eel with a svelte app. However I keep getting this error. I saw that there is a sample for React; it would be a...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...