D
D
Danil Samodurov2021-04-25 11:55:58
User interface
Danil Samodurov, 2021-04-25 11:55:58

How to create a desktop browser NOT web application?

I write desktop applications in python and compile them into an executable exe file using pyinstaller, but this introduces restrictions on binding to the Windows platform. Therefore, I'm interested in the possibility of creating an application that will open and run in a browser, but it will not be a website or a web application. Is it possible?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vladimir Korotenko, 2021-04-25
@firedragon

Read your requirements and understand what is not.

R
rPman, 2021-04-25
@rPman

During the existence of xul in mozilla firefox, there was such an opportunity, maybe it is now, dig around.
Now this function has been taken over by the chromium-based electron.

D
Dmitry, 2021-04-25
@MaKvc

the ability to create an application that will open and run in a browser, but it will not be a website or web application
I assume you want to use the default web browser as a means to display the program interface, that is, the program will be controlled by a web interface. Something like the latest version of uTorrent WEB .
If so, then you need, using Python, to implement a simple local server.
This thread has the answer to your question.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question