Eel icon indicating copy to clipboard operation
Eel copied to clipboard

Using PyQtWebEngine as option

Open mke21 opened this issue 4 years ago • 3 comments

In order to be independent of installed browsers (Chromium), is it an idea to add PyQtEngine as an option? It would make a package using Eel fully dependent on pip packages only instead of an installed browser that is not controlled by pip. A developer using Eel only would have to include pyqtwebengine to the requirements in his setup.py file.

In my opinion, the application of Eel doesn't need a full fledged webbrowser anyway, the window needs to display and interprete html. javascript and css well enough to be usefull.

mke21 avatar Jan 04 '21 13:01 mke21