V
V
Vsevolod Zakharov2021-04-05 08:29:56
User interface
Vsevolod Zakharov, 2021-04-05 08:29:56

How to develop desktop applications with html, css, js, python?

I want to create my own desktop applications, but there are some conditions:

1) I want to write a graphical interface in html, css, js.
2) Also, I want to be able to use such wonderful Python modules as openCV, pyautogui and many other modules...

I tried using the eel module to communicate js with Python, but there are too few options in the module to customize the application window itself, such as buttons close, collapse, expand and the header itself, of course. (I highlight everything on the screen).
606a9fd096aad708436882.png

If I want to prevent the user from deploying the application, or just remove the header completely, I won’t be able to do this...

Please tell me what I need to use and learn to fulfill my desire?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vsevolod Zakharov, 2021-04-05
@Xomek

Found an interesting solution like electron and python-shell, I'll get a desktop application window and be able to configure it much more globally, and also get access to Python.

D
Developer, 2021-04-05
@samodum

Python is not a module, but a programming language.
openCV, pyautogui are libraries.
Let's use the right terms already

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question