N
N
NikitaSikachyna2021-11-18 18:38:09
Python
NikitaSikachyna, 2021-11-18 18:38:09

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?

619670b7a968b997904968.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Python Newbie, 2021-11-18
@NikitaSikachyna

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>

And also change the icon with using change favicon

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question