Answer the question
In order to leave comments, you need to log in
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
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.
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 questionAsk a Question
731 491 924 answers to any question