You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing a Python application using PySimpleGUI (which leverages Tkinter). To implement user authentication, I need to open a login page URL within my application. While the webbrowser library allows me to open URLs, it encounters issues with HTTPS pages, specifically Gmail authentication.
I am investigating pywebview as a potential solution for embedding a web view within my Tkinter-based application. My goal is to capture the server callback from the authentication page within my main window.
Any assistance in achieving this integration would be greatly appreciated
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am developing a Python application using PySimpleGUI (which leverages Tkinter). To implement user authentication, I need to open a login page URL within my application. While the webbrowser library allows me to open URLs, it encounters issues with HTTPS pages, specifically Gmail authentication.
I am investigating pywebview as a potential solution for embedding a web view within my Tkinter-based application. My goal is to capture the server callback from the authentication page within my main window.
Any assistance in achieving this integration would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions