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

Removes [is-svg](https://github.com/sindresorhus/is-svg). It's no longer used after updating ancestor dependency [postcss-svgo](https://github.com/cssnano/cssnano). These dependencies need to be updated together. Removes `is-svg` Updates `postcss-svgo` from 4.0.2 to 4.0.3 Release notes Sourced from...

dependencies

**Describe the problem** I am trying to select a folder with HTML input tag but chrome gives me a popup that I don't like to see. I just need the...

help wanted

**Describe the problem** I'm trying to use the {% include %} syntax, but I'm getting TemplateNotFound error. I took out my layouts from my eleventy project but since eel is...

help wanted

# **Question**: How can I build my project with electron and hide the main.js file? and is it possible to also hide the files in the web folder (html, CSS...

help wanted

**Is your feature request related to a problem? Please describe.** allow the use of firefox as a browser.

The logic of my program is following: user clicks button (on UI) -> triggering method of multiprocessing counter (from js to python) -> starting multiprocessing counter loop(in python) -> displaying...

help wanted

This pull request addresses an issue encountered specifically in Python 3.12 related to importing the WebSocket extension in Bottle applications. The error arises due to the absence of the bottle.ext.websocket...

ModuleNotFoundError: No module named 'bottle.ext.websocket' i cant figure why this happening

help wanted

**Eel version** Eel==0.14.0 **Describe the bug** sometimes when open a new html page i got this from console eel.js:115 WebSocket connection to 'ws://localhost:8000/eel?page=insertBook.html' failed: and when i open this file...

bug

My eel application blocking the chrome running while is run.

help wanted