A
A
Alexander Sobolev2021-07-12 00:38:16
Python
Alexander Sobolev, 2021-07-12 00:38:16

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

1 answer(s)
V
Vladimir Proskurin, 2021-07-12
@san_jorich

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 question

Ask a Question

731 491 924 answers to any question