r0x0r / pywebview

Build GUI for your Python program with JavaScript, HTML, and CSS

Home Page:https://pywebview.flowrl.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use window inside of tkinter

PanosHatz opened this issue · comments

Can I create a window using create_window and place it inside a frame of my tkinter app somehow?

In general, I am trying to create an app with a tkinter window divided in half where the left half will have a local PDF from my PC and the right half will have some buttons and fields

The reason I want this is because I need to embed a pdf in tkinter window with the ability to select text and copy/paste

No you cannot do that.

I investigated it at some point, but did not find a solution. It might be possible though.