0

I have this project and i need to embeb a browser window on the right frame. You can see the schema on the picture below.

I can make the browser but cant seem to implement it with the schema because its tkinter and the browser uses PyQt5.

Is there a way to do this with tkinter or a way to use booth GUI toolkit?

the check box is to choose if the link open on external browser or the in app browser locate just bellow the checkbox.

i dont need to use PyQt5 but i have everything in tkinter, i just need to find the best way to have a browser inside the app.

thanks in advance enter image description here

eyllanesc
  • 235,170
  • 19
  • 170
  • 241
newbPyth
  • 31
  • 9

1 Answers1

1

As mentioned by acw1668, cefpython is the way.

https://github.com/cztomczak/cefpython/blob/master/examples/tkinter_.py

newbPyth
  • 31
  • 9