Eel
Eel copied to clipboard
A little Python library for making simple Electron-like HTML/JS GUI apps
Seeing `eel.js` for the memory leak fix, I felt its readability could be improved, so I proceed. I tested it against Python 3.10.16 on Linux. I had to modify `conftest.py`...
I have been trying to install Eel's support for Jinja templates using Python 3.10.0, 3.10.16, and 3.12 using the command: pip install eel[jinja2]; however, I always get a message saying...
Anybody got any ideas on how to make a change in python code and not reload the whole UI again. Context: I have an app that has steps. Step1 over,...
Will it be possible to rewrite eel to use flask instead of bottle? Flask is still lightweight plus it offers a lot 3rd party libs for easy developement. Also incase...
**Eel version** v0.18.1 **Describe the bug** The memory allocated by JavaScript for the data received from a Python Eel-exposed function is never freed. **To Reproduce** Steps to reproduce the behavior:...
Add Vue Eel Example
Provides a context object for jinja templates. Solution for issue #485
**Is your feature request related to a problem? Please describe.** I wanted to have an api class that I could add as a bottle to eel, but couldn't find any...
**Eel version** 0.16.0 **Describe the bug** el.expose does not work with a dynamic function name. Example: ``` const public_function_name = `${module_name}{f_name}`; eel.expose(some_function, public_function_name); ``` The function will be registered with...
I would like to have a website with proper documentation of how to use eel and what are the APIs available