Answer the question
In order to leave comments, you need to log in
How to display a website inside a window in python?
I am an absolute beginner in the snake.. at first I thought about creating an application, but in the process I realized that it is easier, if possible, to show a responsive site inside the application window.. the question is how to implement this?
Answer the question
In order to leave comments, you need to log in
It is worth specifying the question. If you need to insert a browser in the window, then google for the webview keyword, for example here https://github.com/zserge/webview-python PyQt should have a QWebView widget.
If you want to write an interface on the web, and logic in python, then look at this https://pywebview.flowrl.com/ if you want to write everything on the web, then you don't need a python, you need an electron
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question