tkwebview2
tkwebview2 copied to clipboard
Making POST requests in files
I would like to know if it is possible to make post requests from Python to tkinterweb, when the web is in a file. ex: myhtmlframe.load_url(f "file:///webpage/index.html") Or if there is the possibility to pass variables from python to it
I would like to know if it is possible to make post requests from Python to tkinterweb, when the web is in a file. ex: myhtmlframe.load_url(f "file:///webpage/index.html") Or if there is the possibility to pass variables from python to it
It might be hard. Because what tkwebview2 does is just embed an Edge Webview 2 into your tkinter window.