Eel
Eel copied to clipboard
A little Python library for making simple Electron-like HTML/JS GUI apps
I'm using Macbook High sierra. when I do my computer sleep mode and get back to turn on. then my eel app server is stopping. Terminal is listning the new...
can you add async support to it ? I tried to use async-eel module but it didn't work .
**Describe the problem** I am developing an app with React and eel. I am trying to import a JS function in Python. In development it works fine, but when running...
This PR solves an issue with slow loading eel applications by offering the developer the option to exclude file paths from the EXPOSED_JS_FUNCTIONS scan. Instead of just scanning all .html,...
Similar to #426 , I am trying to redirect pages while keeping python running So i have just ran a loading screen on python and i am trying to switch...
**Eel version** latest **Describe the bug** I set `geometry={'size': (350, 150), 'position': (600, 600)}` in `eel.start()`, but it ddin't work. ```python import eel import os import random eel.init("static", allowed_extensions=[".js", ".html"])...
It would be nice if I could adjust the opacity of the program I created with Eel, for example to make it 50% transparent. Example: 
Eel react app starter template with Vite based on #95. The ReadMe file has instructions on how to start the project with a virtual environment and deploy it with pyinstaller....
I'm having problems displaying the icon set in the front-end, when I launch the app it is displayed in a common Chrome window.