Eel
Eel copied to clipboard
A little Python library for making simple Electron-like HTML/JS GUI apps
**So i made a really good looking page in eel but then i wanted to compile it to an exe i know there are tools like py-to-exe, pyinstaller etc but...
As i had some troubles when using 3.10 i tried update library versions to latest. Tox testing didn't worked with my chrome driver, but i tested it manually with pytest...
Resolves #393 (was already closed, but issue still remaining because of another reason) Both proposed ways implemented. Its possible to define prefix that will be always ignored (possible to setup...
**running javascript** when i update html code to something else(with javascipt in it) the javasctipt doesnt looks like its running main.py ``` import eel @eel.expose def loginr(username,password): print(username,password) return ceUI.accept_login(username)...
Hi, first time using pyarmor, trying to make it work with Eel. Currently I use "python -m eel main.py web --onefile --icon icon.ico" to distribute my app (before having pyarmor)....
**Eel version** 0.14.0 **Describe the bug** I use Dark Reader Extension for Chrome to make all websites dark. Hoever, this extension somehow affects EEL and window now looks dark. **To...
**Describe the problem** I'm trying to merge React with Eel in Eel's GUI React requires an eel object while building, Wonder is there any way to allow React to skip...
I need some guidance with optimising my Python project. This is an internal project for our support team to query the database and get information through a GUI for common...
Used auto formatting with VS Code Move function to top added whitespace lines