Answer the question
In order to leave comments, you need to log in
How to remove title bar in pyrhon eel?
Good day! Can you please tell me if it is possible to remove the title bar in an application written in python eel?
Answer the question
In order to leave comments, you need to log in
The first link in Google is the answer
of the
PS developer : the title bar in windows can only be removed in full screen mode. You can change the text on it using the title parameter in html:
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>window name</title>
</head>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question