Eel icon indicating copy to clipboard operation
Eel copied to clipboard

A little Python library for making simple Electron-like HTML/JS GUI apps

Results 212 Eel issues
Sort by recently updated
recently updated
newest added

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...

help wanted

can you add async support to it ? I tried to use async-eel module but it didn't work .

enhancement

**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...

help wanted

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...

help wanted

**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"])...

bug

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: ![image](https://github.com/python-eel/Eel/assets/20538090/51fa636d-3c8c-4e76-8825-42f23d4a5540)

enhancement

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.

bug