Eel
Eel copied to clipboard
A little Python library for making simple Electron-like HTML/JS GUI apps
**Eel version** 0.14.0 **Describe the bug** Running eel in non blocking mode, then reading from sys.stdin in a loop causes a localhost failed to connect in chrome. ** what happens...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.12.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
**Is your feature request related to a problem? Please describe.** I want to close app after taking inputs from user, **Describe the solution you'd like** as eel.start is user to...
Hi, I decided to have my login page pass through a python function, then if true it will proceed. However, is there any way to protect the page after login,...
- [x] I have performed a self-review of my code - [x] My code follows the style guidelines of this project - [x] I have added comments to hard-to-understand areas...
I'm attempting to get a currently existing eel project to work on RHEL 8. I'm using python3.8 to run the GUI, and just installed eel via pip. When I start...
**Describe the problem** I have a Django app to help manage items and sales in a store and want to present it as a desktop app although it's web behind...
First of all : Eel is amazing ! This is a project I'd love to participate with. One of the features I find lacking is the implementation of Jinja Variables....