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.