Eel
Eel copied to clipboard
Using PyQtWebEngine as option
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.